about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/styles/components/status.scss
diff options
context:
space:
mode:
authorThibaut Girka <thib@sitedethib.com>2019-07-14 21:39:07 +0200
committerThibG <thib@sitedethib.com>2019-07-15 00:48:28 +0200
commit707b8d7d75d8f44b4a638752b6a24824c0ba4bbd (patch)
treeb142a83721216419eca4b43f00b5da2ce3d982a3 /app/javascript/flavours/glitch/styles/components/status.scss
parent85f3bc1ab39bb4244e910de24eac8415c0d66207 (diff)
Move the “Show why” button inline
Diffstat (limited to 'app/javascript/flavours/glitch/styles/components/status.scss')
-rw-r--r--app/javascript/flavours/glitch/styles/components/status.scss7
1 files changed, 3 insertions, 4 deletions
diff --git a/app/javascript/flavours/glitch/styles/components/status.scss b/app/javascript/flavours/glitch/styles/components/status.scss
index cf8f39693..4ffbb2c21 100644
--- a/app/javascript/flavours/glitch/styles/components/status.scss
+++ b/app/javascript/flavours/glitch/styles/components/status.scss
@@ -998,14 +998,13 @@ a.status-card.compact:hover {
 }
 
 .status__wrapper--filtered__button {
-  display: block;
-  font-size: 15px;
-  line-height: 20px;
+  display: inline;
   color: lighten($ui-highlight-color, 8%);
   border: 0;
   background: transparent;
   padding: 0;
-  padding-top: 8px;
+  font-size: inherit;
+  line-height: inherit;
 
   &:hover,
   &:active {