mirror of
https://github.com/umami-software/umami.git
synced 2026-02-14 17:45:38 +01:00
Fixed toggle button positioning.
This commit is contained in:
parent
d765f5f1a0
commit
6f182fe5a0
1 changed files with 5 additions and 7 deletions
|
|
@ -8,17 +8,17 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.button {
|
.button {
|
||||||
|
position: absolute;
|
||||||
|
right: 0;
|
||||||
display: flex;
|
display: flex;
|
||||||
place-content: center;
|
place-content: center;
|
||||||
border: 1px solid var(--base400);
|
border: 1px solid var(--base400);
|
||||||
border-right: 0;
|
border-right: 0;
|
||||||
width: 30px;
|
width: 30px;
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
right: 0;
|
|
||||||
position: absolute;
|
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
z-index: 1;
|
|
||||||
border-radius: 4px 0 0 4px;
|
border-radius: 4px 0 0 4px;
|
||||||
|
z-index: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.button:hover {
|
.button:hover {
|
||||||
|
|
@ -31,8 +31,6 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.menu.collapsed .button {
|
.menu.collapsed .button {
|
||||||
left: 1px;
|
right: 0;
|
||||||
border-left: 0;
|
border-radius: 4px 0 0 4px;
|
||||||
border-right: 1px solid var(--base300);
|
|
||||||
border-radius: 0 4px 4px 0;
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue