Commit 60470cf8 authored by Alain Takoudjou's avatar Alain Takoudjou Committed by Juliusz Chroboczek

Simplify Settings menu icon

parent 63b460d2
...@@ -545,7 +545,7 @@ textarea.form-reply { ...@@ -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 { ...@@ -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 { ...@@ -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 { ...@@ -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 { ...@@ -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 @@ ...@@ -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>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment