mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-26 20:33:09 +02:00
🎨
This commit is contained in:
parent
0879ab50b8
commit
b3d8134c7a
1 changed files with 4 additions and 2 deletions
|
@ -183,8 +183,10 @@ onMounted(() => {
|
||||||
> .menu {
|
> .menu {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 8px;
|
top: 8px;
|
||||||
right: 42px;
|
right: 44px;
|
||||||
padding: 8px;
|
padding: 6px;
|
||||||
|
background: var(--panel);
|
||||||
|
border-radius: 999px;
|
||||||
}
|
}
|
||||||
|
|
||||||
> .koudoku-button {
|
> .koudoku-button {
|
||||||
|
|
Loading…
Reference in a new issue