diff options
| author | shpuld <shp@cock.li> | 2018-04-09 20:44:37 +0300 |
|---|---|---|
| committer | shpuld <shp@cock.li> | 2018-04-09 20:44:37 +0300 |
| commit | c214197cee192d9ae511d145d8e28cef8ae9a0d1 (patch) | |
| tree | 28abf08493b5007abae7765eaf5c48d9f9953c88 /src/components/notifications/notifications.scss | |
| parent | ec2a719f0d4a17c96b51b7a410be827e39e565c9 (diff) | |
Separate notification into its own component, fix follow notification type
Diffstat (limited to 'src/components/notifications/notifications.scss')
| -rw-r--r-- | src/components/notifications/notifications.scss | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/src/components/notifications/notifications.scss b/src/components/notifications/notifications.scss index 73a70a14..b0136426 100644 --- a/src/components/notifications/notifications.scss +++ b/src/components/notifications/notifications.scss @@ -41,7 +41,11 @@ flex: 1; flex-wrap: nowrap; padding: 0.6em; + min-width: 0; .status-el { + .status { + padding: 0.25em 0; + } padding: 0; .status-content.media-body { margin: 0; @@ -49,13 +53,18 @@ } } + .follow-text { + padding: 0.5em 0; + } + .status-el { flex: 1; } .notification-right { flex: 1; - margin-left: 0.8em; + padding-left: 0.8em; + min-width: 0; } .notification-details { @@ -65,7 +74,6 @@ position: relative; overflow: hidden; width: 100%; - padding: 0.5em; flex: 1; flex-wrap: nowrap; |
