mirror of
https://github.com/jech/galene.git
synced 2024-11-10 02:35:58 +01:00
Simplify Settings menu icon
This commit is contained in:
parent
63b460d20c
commit
60470cf8cf
2 changed files with 15 additions and 6 deletions
|
@ -545,7 +545,7 @@ textarea.form-reply {
|
||||||
.nav-link {
|
.nav-link {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
color: #dbd9d9;
|
color: #dbd9d9;
|
||||||
min-width: 32px;
|
min-width: 30px;
|
||||||
display: block;
|
display: block;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
margin: 0 10px;
|
margin: 0 10px;
|
||||||
|
@ -584,6 +584,11 @@ textarea.form-reply {
|
||||||
font-size: 25px;
|
font-size: 25px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.nav-more {
|
||||||
|
padding-top: 5px;
|
||||||
|
margin-left: 0;
|
||||||
|
}
|
||||||
|
|
||||||
.header-title {
|
.header-title {
|
||||||
float: left;
|
float: left;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -1097,7 +1102,7 @@ header .collapse {
|
||||||
|
|
||||||
@media only screen and (max-device-width: 1024px) {
|
@media only screen and (max-device-width: 1024px) {
|
||||||
.nav-link {
|
.nav-link {
|
||||||
margin: 0;
|
margin: 0 4px;
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1109,6 +1114,11 @@ header .collapse {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.nav-more {
|
||||||
|
padding-top: 0;
|
||||||
|
margin-left: inherit;
|
||||||
|
}
|
||||||
|
|
||||||
.full-width {
|
.full-width {
|
||||||
height: calc(var(--vh, 1vh) * 100 - 56px);
|
height: calc(var(--vh, 1vh) * 100 - 56px);
|
||||||
}
|
}
|
||||||
|
@ -1187,7 +1197,7 @@ header .collapse {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sidenav a {padding: 10px 5px;}
|
.sidenav a {padding: 10px 10px;}
|
||||||
|
|
||||||
.sidenav-header h2 {
|
.sidenav-header h2 {
|
||||||
line-height: 36px;
|
line-height: 36px;
|
||||||
|
|
|
@ -72,9 +72,8 @@
|
||||||
</div>
|
</div>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<div class="nav-button nav-link" id="openside">
|
<div class="nav-button nav-link nav-more" id="openside">
|
||||||
<span><i class="fas fa-cog" aria-hidden="true"></i></span>
|
<span><i class="fas fa-ellipsis-v" aria-hidden="true"></i></span>
|
||||||
<label>Settings</label>
|
|
||||||
</div>
|
</div>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
Loading…
Reference in a new issue