From 95cbd19254c0d84acb8b52fc28656dd9a9861c03 Mon Sep 17 00:00:00 2001 From: shpuld Date: Mon, 20 Nov 2017 13:03:02 +0200 Subject: Unhide completions, strengthen shadows a bit, force the 0.1 shade to always span the full height, make usercard use correct borders. --- src/components/status/status.vue | 12 ++---------- src/components/user_card/user_card.vue | 10 +++++++--- src/components/user_panel/user_panel.vue | 5 +---- 3 files changed, 10 insertions(+), 17 deletions(-) (limited to 'src/components') diff --git a/src/components/status/status.vue b/src/components/status/status.vue index aa3fc987..5e3df8ba 100644 --- a/src/components/status/status.vue +++ b/src/components/status/status.vue @@ -39,7 +39,7 @@
-
+
@@ -244,7 +244,7 @@ max-height: 400px; overflow-y: auto; overflow-x: hidden; - + img, video { max-width: 100%; max-height: 400px; @@ -383,14 +383,6 @@ margin-left: auto; } - .usercard { - border-style: solid; - border-width: 1px; - border-radius: 10px; - margin-bottom: 1em; - margin-top: 0.2em; - } - .reply-left { flex: 0; min-width: 48px; diff --git a/src/components/user_card/user_card.vue b/src/components/user_card/user_card.vue index a9b8b602..ba315faa 100644 --- a/src/components/user_card/user_card.vue +++ b/src/components/user_card/user_card.vue @@ -1,9 +1,9 @@