From a1f6ef1dcac2e79c5a116705ca11d6e7e51ed89c Mon Sep 17 00:00:00 2001 From: shpuld Date: Wed, 11 Apr 2018 19:34:40 +0300 Subject: Loads of fixes: notifs, autoload setting, overflow, faint text, reply form, status fadein. --- src/components/notifications/notifications.scss | 16 +++------------- src/components/notifications/notifications.vue | 2 +- 2 files changed, 4 insertions(+), 14 deletions(-) (limited to 'src/components/notifications') diff --git a/src/components/notifications/notifications.scss b/src/components/notifications/notifications.scss index 65ab7f5e..651be058 100644 --- a/src/components/notifications/notifications.scss +++ b/src/components/notifications/notifications.scss @@ -20,8 +20,8 @@ position: relative; background: $fallback--btn; background: var(--btn, $fallback--btn); - color: $fallback--faint; - color: var(--faint, $fallback--faint); + color: $fallback--fg; + color: var(--fg, $fallback--fg); .read-button { position: absolute; right: 0.7em; @@ -105,7 +105,7 @@ color: var($fallback--faint, --faint); } padding: 0; - .status-content.media-body { + .media-body { margin: 0; } } @@ -200,13 +200,3 @@ border-bottom: none; } } - -.notification-content { - max-height: 12em; - overflow-y: hidden; - //text-overflow: ellipsis; - - img { - object-fit: contain; - } -} diff --git a/src/components/notifications/notifications.vue b/src/components/notifications/notifications.vue index f01234d3..4fa6e925 100644 --- a/src/components/notifications/notifications.vue +++ b/src/components/notifications/notifications.vue @@ -7,7 +7,7 @@
-
+
-- cgit v1.2.3-70-g09d2