Remove float from changelog and version link

This commit is contained in:
Pavel Djundik 2019-12-12 13:24:28 +02:00
parent b592657f7d
commit 0e9fdf9e08
2 changed files with 13 additions and 8 deletions

View File

@ -6,15 +6,15 @@
<div class="container"> <div class="container">
<h1 class="title">Help</h1> <h1 class="title">Help</h1>
<h2> <h2 class="help-version-title">
<small class="pull-right"> <span>About The Lounge</span>
<small>
v{{ $store.state.serverConfiguration.version }} (<router-link v{{ $store.state.serverConfiguration.version }} (<router-link
id="view-changelog" id="view-changelog"
to="/changelog" to="/changelog"
>release notes</router-link >release notes</router-link
>) >)
</small> </small>
About The Lounge
</h2> </h2>
<div class="about"> <div class="about">

View File

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