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
+2 -2
View File
@@ -9,8 +9,8 @@ include_toc: true
### Requirements ### Requirements
- PHP 8.2 - PHP 8.3
- Laravel 10 - Laravel 11
- Postgres or Sqlite database - Postgres or Sqlite database
- ImageMagick - ImageMagick
+6 -2
View File
@@ -19,7 +19,7 @@
background: var(--p20); background: var(--p20);
display: flex; display: flex;
flex-direction: column; flex-direction: column;
gap: 4px; gap: 3px;
} }
.sidebar-header { .sidebar-header {
@@ -29,10 +29,14 @@
align-items: center; align-items: center;
background: var(--p30); background: var(--p30);
font-size: 16px; font-size: 16px;
padding: 3px 12px 6px; padding: 3px 12px 3px;
color: var(--text); color: var(--text);
border: none; border: none;
border-radius: 12px; border-radius: 12px;
&:focus{
box-shadow: none;
}
&:hover { &:hover {
background: var(--p40); background: var(--p40);