diff --git a/client/components/Windows/Help.vue b/client/components/Windows/Help.vue index 1ffb0d82..0890fa43 100644 --- a/client/components/Windows/Help.vue +++ b/client/components/Windows/Help.vue @@ -6,15 +6,15 @@

Help

-

- +

+ About The Lounge + v{{ $store.state.serverConfiguration.version }} (release notes) - About The Lounge

diff --git a/client/css/style.css b/client/css/style.css index a07dc0e5..18db5f8c 100644 --- a/client/css/style.css +++ b/client/css/style.css @@ -84,10 +84,6 @@ abbr[title] { cursor: help; } -.pull-right { - float: right !important; -} - html, body { height: 100%; @@ -968,7 +964,7 @@ textarea.input { } .window h2 small { - color: inherit; + font-size: 16px; line-height: 30px; } @@ -1949,6 +1945,11 @@ part/quit messages where we don't load previews (adds a blank line otherwise) */ color: #ff4136; } +#help .help-version-title { + display: flex; + justify-content: space-between; +} + #help .help-item { display: table-row; font-size: 14px; @@ -2610,6 +2611,10 @@ part/quit messages where we don't load previews (adds a blank line otherwise) */ width: 100%; } + #help .help-version-title { + flex-direction: column; + } + #chat .messages { display: block; padding: 5px 0;