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">
<h1 class="title">Help</h1>
<h2>
<small class="pull-right">
<h2 class="help-version-title">
<span>About The Lounge</span>
<small>
v{{ $store.state.serverConfiguration.version }} (<router-link
id="view-changelog"
to="/changelog"
>release notes</router-link
>)
</small>
About The Lounge
</h2>
<div class="about">

View file

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