aboutsummaryrefslogtreecommitdiff
path: root/src/components/notifications
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2022-04-20 00:37:08 +0300
committerHenry Jameson <me@hjkos.com>2022-04-20 00:47:09 +0300
commitd87a1fda591a972571ce45dbb21bd193ef892555 (patch)
treecea4a8e0d6c6f2e60ed29a1d9caf842f4786612f /src/components/notifications
parent9ae8ff009817eae5ceaf632c1d76892d25467292 (diff)
fix scrollbars in dropdowns
Diffstat (limited to 'src/components/notifications')
-rw-r--r--src/components/notifications/notification_filters.vue8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/components/notifications/notification_filters.vue b/src/components/notifications/notification_filters.vue
index ba0e90a0..7418fc7c 100644
--- a/src/components/notifications/notification_filters.vue
+++ b/src/components/notifications/notification_filters.vue
@@ -64,7 +64,7 @@
</div>
</template>
<template v-slot:trigger>
- <button class="button-unstyled">
+ <button class="filter-trigger-button button-unstyled">
<FAIcon icon="filter" />
</button>
</template>
@@ -106,17 +106,13 @@ export default {
.NotificationFilters {
align-self: stretch;
- > button {
+ .filter-trigger-button {
font-size: 1.2em;
padding-left: 0.7em;
padding-right: 0.2em;
line-height: 100%;
height: 100%;
}
-
- .dropdown-item {
- margin: 0;
- }
}
</style>