File tree Expand file tree Collapse file tree
app/javascript/styles/mastodon Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -49,15 +49,9 @@ $small-breakpoint: 960px;
4949 }
5050 }
5151
52+ strong ,
5253 em {
53- display : inline ;
54- margin : 0 ;
55- padding : 0 ;
5654 font-weight : 700 ;
57- background : transparent ;
58- font-family : inherit ;
59- font-size : inherit ;
60- line-height : inherit ;
6155 color : lighten ($darker-text-color , 10% );
6256 }
6357
@@ -796,7 +790,7 @@ $small-breakpoint: 960px;
796790 width : 100% ;
797791 display : flex ;
798792 flex-direction : row-reverse ;
799- flex-wrap : wrap ;
793+ flex-wrap : nowrap ;
800794 justify-content : space-between ;
801795 align-items : center ;
802796 }
@@ -846,14 +840,7 @@ $small-breakpoint: 960px;
846840 }
847841
848842 strong {
849- display : inline ;
850- margin : 0 ;
851- padding : 0 ;
852- font-weight : 700 ;
853- background : transparent ;
854- font-family : inherit ;
855- font-size : inherit ;
856- line-height : inherit ;
843+ font-weight : 500 ;
857844 color : lighten ($darker-text-color , 10% );
858845 }
859846
You can’t perform that action at this time.
0 commit comments