]> cat aescling's git repositories - mastodon.git/commitdiff
Unfiy status__prepend with upstream
authorThibaut Girka <thib@sitedethib.com>
Wed, 17 Jul 2019 18:05:53 +0000 (20:05 +0200)
committerThibG <thib@sitedethib.com>
Thu, 18 Jul 2019 18:56:20 +0000 (20:56 +0200)
app/javascript/flavours/glitch/styles/components/status.scss

index 3c4d28368cc95810797b2ca27463ce6d1cc292d9..9f15be929cc2b65ce1c98756849dc7fdf3c49193 100644 (file)
 }
 
 .status__prepend-icon-wrapper {
-  float: left;
-  margin: 0 10px 0 -58px;
-  width: 48px;
-  text-align: right;
+  left: -26px;
+  position: absolute;
 }
 
 .notification-follow {
 }
 
 .status__prepend {
-  margin: -10px -10px 10px;
+  margin-left: 68px;
   color: $dark-text-color;
-  padding: 8px 10px 0 68px;
+  padding: 8px 0;
+  padding-bottom: 2px;
   font-size: 14px;
   position: relative;