Settings: nav style tweaks

This commit is contained in:
Max Leiter 2022-02-19 17:16:34 -08:00
parent 1f39e078f4
commit 5a383814f6
No known key found for this signature in database
GPG Key ID: A3512F2F2F17EBDA
1 changed files with 9 additions and 8 deletions

View File

@ -12,11 +12,10 @@
<style>
.tabs ul {
padding: 0;
border-radius: 5px;
}
.tabs li {
font-size: 20px;
font-size: 18px;
list-style: none;
}
@ -26,20 +25,22 @@
height: 100%;
display: inline-block;
text-align: left;
margin: 8px 0;
border-bottom: 1px solid var();
}
.tabs li:not(:last-of-type) button {
margin-bottom: 8px;
}
.tabs button::before {
width: 20px;
height: 20px;
width: 18px;
height: 18px;
display: inline-block;
content: "";
margin-right: 10px;
margin-right: 8px;
}
.tabs .appearance::before {
content: "\f108"; /* http://fontawesome.io/icon/paint-brush/ */
content: "\f108"; /* http://fontawesome.io/icon/desktop/ */
}
.tabs .account::before {