increase vertical margin for long text buttons

This commit is contained in:
d47081 2022-09-04 23:40:56 +03:00
parent 3cab01d4ee
commit 45c8bf80fd
3 changed files with 3 additions and 5 deletions

View File

@ -1345,7 +1345,7 @@ button, .mini-profile-actions span, a.button {
display: inline-block;
line-height: 1em;
font-weight: 500;
margin: 0;
margin: 2px 0;
float: none;
text-shadow: 2px 2px 0 transparent;
-moz-transition-property: background;

View File

@ -71,7 +71,7 @@ button, a.button
display: inline-block
line-height: 1em
font-weight: 500
margin: 0
margin: 2px 0
float: none
text-shadow: 2px 2px 0 rgba(black,0)
+transition-property(background)
@ -90,5 +90,3 @@ button, a.button
background-color: #999
&:hover
color: $bloc-background-color

View File

@ -1368,7 +1368,7 @@ button, .mini-profile-actions span, a.button {
display: inline-block;
line-height: 1em;
font-weight: 500;
margin: 0;
margin: 2px 0;
float: none;
text-shadow: 2px 2px 0 transparent;
-moz-transition-property: background;