refactor(styles): Make padding not a magic value

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
This commit is contained in:
Ferdinand Thiessen 2024-06-25 21:14:50 +02:00
parent 0ff17b857b
commit 0885245235
No known key found for this signature in database
GPG key ID: 45FAE7268762B400
2 changed files with 3 additions and 2 deletions

View file

@ -32,6 +32,9 @@
}
.header-right {
// Add some spacing so the last entry looks ok
margin-inline-end: calc(3 * var(--default-grid-baseline));
a:not(.button):focus-visible::after, div[role=button]:focus-visible::after {
bottom: 4px;
}

View file

@ -157,8 +157,6 @@ export default {
<style lang="scss" scoped>
.user-menu {
margin-right: 12px;
&:deep {
.header-menu {
&__trigger {