diff options
| author | Henry Jameson <me@hjkos.com> | 2022-04-20 19:57:01 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2022-04-20 19:57:01 +0300 |
| commit | 85c515b3952d819b4bb983426ac562c4c00a193d (patch) | |
| tree | 0c9ed75a6d6d99298ef88dc4761ca49dd382baf8 /src/components/notifications | |
| parent | 631b8b93a4a8dd548bae5ab9fa7bc4d6e892ae3f (diff) | |
more fixes for timeline headers
Diffstat (limited to 'src/components/notifications')
| -rw-r--r-- | src/components/notifications/notification_filters.vue | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/src/components/notifications/notification_filters.vue b/src/components/notifications/notification_filters.vue index 7418fc7c..d0b11a13 100644 --- a/src/components/notifications/notification_filters.vue +++ b/src/components/notifications/notification_filters.vue @@ -106,12 +106,15 @@ export default { .NotificationFilters { align-self: stretch; - .filter-trigger-button { - font-size: 1.2em; - padding-left: 0.7em; - padding-right: 0.2em; + > button { line-height: 100%; height: 100%; + width: var(--__panel-heading-height-inner); + text-align: center; + + svg { + font-size: 1.2em; + } } } |
