mirror of https://notabug.org/acetone/ircabot.git
CSS bit fix
parent
de342c6af8
commit
d4e99ef9b5
|
@ -106,6 +106,7 @@ body {
|
||||||
height: 50%;
|
height: 50%;
|
||||||
border: none;
|
border: none;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
margin-left: 1%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.main_header__title_airplaine:hover {
|
.main_header__title_airplaine:hover {
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
#include <queue>
|
#include <queue>
|
||||||
|
|
||||||
constexpr int MSECS_TO_AUTOREMOVE_MESSAGES_FROM_BUFFER {10000}; // 10 secs
|
constexpr int MSECS_TO_AUTOREMOVE_MESSAGES_FROM_BUFFER {10000}; // 10 secs
|
||||||
const QString HTTP_ACTUAL_ETAG {"2021-12-30"}; // Change it if svg, css or ico was modified
|
const QString HTTP_ACTUAL_ETAG {"2021-12-30 2.1.0"}; // Change it if svg, css or ico was modified
|
||||||
|
|
||||||
class Message : public QObject
|
class Message : public QObject
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue