mirror of
https://github.com/umami-software/umami.git
synced 2026-02-16 02:25:35 +01:00
Fixed path counts. Updated number display.
This commit is contained in:
parent
45d6b16b0d
commit
f56849a431
3 changed files with 63 additions and 77 deletions
|
|
@ -1,6 +1,7 @@
|
|||
.menu {
|
||||
position: relative;
|
||||
width: 300px;
|
||||
padding-top: 20px;
|
||||
padding-inline-end: 20px;
|
||||
border-inline-end: 1px solid var(--base300);
|
||||
grid-row: 2 / 3;
|
||||
|
|
@ -9,6 +10,7 @@
|
|||
|
||||
.button {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
display: flex;
|
||||
place-content: center;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue