Added new settings components, added wrapper to all setting components

This commit is contained in:
Stela Augustinova
2025-11-27 14:42:24 +01:00
parent 765551988a
commit 21eb27f6e3
11 changed files with 333 additions and 259 deletions

View File

@@ -101,7 +101,7 @@
height: 100%;
width: 100%;
background-color: var(--theme-bg-2);
overflow-y: auto;
overflow-x: auto;
}
.menu::-webkit-scrollbar {
@@ -111,7 +111,6 @@
.menu-item {
white-space: nowrap;
padding: 12px 20px;
width: 100%;
display: flex;
align-items: center;
cursor: pointer;