mirror of
https://github.com/umami-software/umami.git
synced 2026-02-10 07:37:11 +01: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;
|
|
}
|