This commit is contained in:
2024-08-24 01:30:44 +03:00
parent 9e140be0ec
commit 97ad9de3d2
2 changed files with 8 additions and 4 deletions
+6 -2
View File
@@ -19,7 +19,7 @@
background: var(--p20);
display: flex;
flex-direction: column;
gap: 4px;
gap: 3px;
}
.sidebar-header {
@@ -29,10 +29,14 @@
align-items: center;
background: var(--p30);
font-size: 16px;
padding: 3px 12px 6px;
padding: 3px 12px 3px;
color: var(--text);
border: none;
border-radius: 12px;
&:focus{
box-shadow: none;
}
&:hover {
background: var(--p40);