working on new button in menu

This commit is contained in:
2025-12-15 00:00:24 +03:00
parent 6ee809a4db
commit 346dee1392
7 changed files with 711 additions and 47 deletions

View File

@@ -5,19 +5,21 @@
.addButton {
position: absolute;
bottom: -10px;
z-index: 1;
font-weight: 600;
border: 0;
color: #FFF;
font-size: 1rem; width: 82px;
height: 32px;
color: #fff;
font-size: 1rem;
}
.addButtonRTL {
right: 5%;
.actionRect {
fill: var(--background) !important;
}
.addButtonLTR {
left: 5%;
.addButton svg rect {
fill: var(--background) !important;
}
:global(.darkApp) .addButton rect {
fill: var(--background) !important;
}