refactor(styles): Make padding not a magic value

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
pull/41609/head
Ferdinand Thiessen 2 years ago
parent 0ff17b857b
commit 0885245235
No known key found for this signature in database
GPG Key ID: 45FAE7268762B400
  1. 3
      core/css/header.scss
  2. 2
      core/src/views/UserMenu.vue

@ -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;
}

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

Loading…
Cancel
Save