mirror of
https://iceshrimp.dev/iceshrimp/akkoma-fe.git
synced 2025-12-16 08:23:04 +01:00
force popover to be a bit bigger
This commit is contained in:
parent
8c9356b9fd
commit
35dfb09e6f
1 changed files with 5 additions and 0 deletions
|
|
@ -103,6 +103,11 @@
|
||||||
color: var(--text, $fallback--text);
|
color: var(--text, $fallback--text);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.popover {
|
||||||
|
transform: translateX(-64px) translateY(5px);
|
||||||
|
min-width: 70%;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue