mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-03-12 01:59:34 -05:00
fix(frontend): use mbs-2 utility class instead of scoped CSS
Replace the scoped .notification-actions rule with the project's mbs-2 utility class for margin-block-start spacing.
This commit is contained in:
@@ -41,7 +41,7 @@
|
||||
</div>
|
||||
<div
|
||||
v-if="item.data?.actions?.length > 0"
|
||||
class="notification-actions tw:flex tw:justify-end tw:gap-2"
|
||||
class="mbs-2 tw:flex tw:justify-end tw:gap-2"
|
||||
>
|
||||
<XButton
|
||||
v-for="(action, i) in item.data.actions"
|
||||
@@ -64,7 +64,4 @@
|
||||
z-index: 9999;
|
||||
}
|
||||
|
||||
.notification-actions {
|
||||
margin-block-start: 0.5rem;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user