diff options
| author | Henry Jameson <me@hjkos.com> | 2022-09-28 21:34:53 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2022-09-28 21:34:53 +0300 |
| commit | 66014fcfcb386f4110ff0a6056e45e61af434ea3 (patch) | |
| tree | 688c172b755f026593e5014cff20553dc4078b1f /src/components/notifications/notifications.scss | |
| parent | 7519c7f5d5833a2ab9df7802f0b6234447cea672 (diff) | |
port changes to notifications
Diffstat (limited to 'src/components/notifications/notifications.scss')
| -rw-r--r-- | src/components/notifications/notifications.scss | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/src/components/notifications/notifications.scss b/src/components/notifications/notifications.scss index f71f9b76..f4a3e099 100644 --- a/src/components/notifications/notifications.scss +++ b/src/components/notifications/notifications.scss @@ -29,6 +29,26 @@ } } } + + .timeline-header-button { + align-self: stretch; + text-align: center; + width: var(--__panel-heading-height); + height: var(--__panel-heading-height); + margin: calc(-1 * var(--panel-heading-height-padding)); + + > button { + box-sizing: border-box; + padding: calc(1 * var(--panel-heading-height-padding)); + height: 100%; + width: 100%; + text-align: center; + + svg { + font-size: 1.2em; + } + } + } } .notification { |
