mirror of
https://github.com/umami-software/umami.git
synced 2026-02-20 12:35:38 +01:00
7 lines
142 B
CSS
7 lines
142 B
CSS
.menu {
|
|
width: 300px;
|
|
padding-inline-end: 20px;
|
|
border-inline-end: 1px solid var(--base300);
|
|
grid-row: 2 / 3;
|
|
grid-column: 1 / 2;
|
|
}
|