]> cat aescling's git repositories - mastodon.git/commitdiff
[Glitch] Add "Show thread" button to public profiles
authorSasha Sorokin <dafri.nochiterov8@gmail.com>
Wed, 29 Jan 2020 16:35:54 +0000 (11:35 -0500)
committerThibaut Girka <thib@sitedethib.com>
Mon, 3 Feb 2020 08:30:13 +0000 (09:30 +0100)
Port 50cd73e5d7e39600203c9c3f591f04289f41e297 to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
app/javascript/flavours/glitch/styles/statuses.scss

index 611d5185bbce9756f3cd05c5906ae93b7ee99ddc..22fa7b3fd27c7c220c1e5d791f999494dcb34594 100644 (file)
     }
   }
 }
+
+.status__content__read-more-button {
+  display: block;
+  font-size: 15px;
+  line-height: 20px;
+  color: lighten($ui-highlight-color, 8%);
+  border: 0;
+  background: transparent;
+  padding: 0;
+  padding-top: 8px;
+  text-decoration: none;
+
+  &:hover,
+  &:active {
+    text-decoration: underline;
+  }
+}