mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
refactor(styles): Make padding not a magic value
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
This commit is contained in:
parent
0ff17b857b
commit
0885245235
2 changed files with 3 additions and 2 deletions
|
|
@ -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…
Reference in a new issue