forked from AkkomaGang/akkoma-fe
fix various spacing issues
This commit is contained in:
parent
5ad0da1766
commit
87d9c1ae15
4 changed files with 5 additions and 5 deletions
|
@ -14,6 +14,7 @@
|
|||
>
|
||||
<div class="title">
|
||||
{{ $t('notifications.notifications') }}
|
||||
|
||||
<span
|
||||
v-if="unseenCount"
|
||||
class="badge badge-notification unseen-count"
|
||||
|
|
|
@ -58,9 +58,6 @@
|
|||
pointer-events: none;
|
||||
}
|
||||
|
||||
border-radius: $fallback--btnRadius;
|
||||
border-radius: var(--btnRadius, $fallback--btnRadius);
|
||||
|
||||
background-color: $fallback--bg;
|
||||
background-color: var(--popover, $fallback--bg);
|
||||
color: $fallback--text;
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
<div class="panel-heading">
|
||||
<div class="title">
|
||||
{{ $t('settings.style.preview.header') }}
|
||||
|
||||
<span class="badge badge-notification"> 99 </span>
|
||||
</div>
|
||||
<span class="faint">
|
||||
|
|
|
@ -99,6 +99,8 @@
|
|||
|
||||
.title {
|
||||
font-size: 1.3em;
|
||||
display: flex;
|
||||
align-items: baseline;
|
||||
}
|
||||
|
||||
.alert {
|
||||
|
@ -115,8 +117,7 @@
|
|||
box-sizing: border-box;
|
||||
margin: 0;
|
||||
min-width: 1px;
|
||||
padding-top: 0;
|
||||
padding-bottom: 0;
|
||||
padding: 0 12px;
|
||||
align-self: stretch;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue