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

View file

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