mirror of
https://github.com/BradNut/umami
synced 2025-09-08 17:40:29 +00:00
7 lines
132 B
CSS
7 lines
132 B
CSS
.menu {
|
|
width: 300px;
|
|
padding-right: 20px;
|
|
border-right: 1px solid var(--base300);
|
|
grid-row: 2 / 3;
|
|
grid-column: 1 / 2;
|
|
}
|