CSS bit fix

master
const an teen 2021-12-30 01:43:31 -05:00
parent de342c6af8
commit d4e99ef9b5
2 changed files with 2 additions and 1 deletions

View File

@ -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 {

View File

@ -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
{ {