web/settings: mobile layout, better padding & borders

This commit is contained in:
wukko
2024-06-25 14:50:59 +06:00
parent 6fdc63a6c2
commit 55515f0fb1
6 changed files with 141 additions and 17 deletions

View File

@@ -24,7 +24,7 @@
--button: #f4f4f4;
--button-hover: #e8e8e8;
--button-hover-transparent: rgba(0, 0, 0, 0.06);
--button-stroke: rgba(0, 0, 0, 0.08);
--button-stroke: rgba(0, 0, 0, 0.05);
--button-text: #282828;
--sidebar-bg: #000000;
@@ -64,7 +64,7 @@
--button: #191919;
--button-hover: #2a2a2a;
--button-hover-transparent: rgba(225, 225, 225, 0.1);
--button-stroke: rgba(255, 255, 255, 0.08);
--button-stroke: rgba(255, 255, 255, 0.05);
--button-text: #e1e1e1;
--sidebar-bg: #101010;
@@ -216,7 +216,6 @@
#content {
display: flex;
overflow: scroll;
padding: var(--padding);
background-color: var(--primary);
border-top-left-radius: var(--border-radius);