mirror of
https://github.com/scratchfoundation/scratchjr.git
synced 2025-02-17 17:01:12 -05:00
Sharing button style changes for localization
change css for sharing buttons from min-height which only looks good when the text is one line, to padding-bottom to support localizations that are more than one line (e.g. Spanish) FIxes #42
This commit is contained in:
parent
da2ecbd3f8
commit
528e768453
1 changed files with 1 additions and 1 deletions
|
@ -606,8 +606,8 @@ div.infoboxShareButton {
|
|||
font-size: 15pt;
|
||||
letter-spacing: .5px;
|
||||
width: ${css_vw(23.41)};
|
||||
min-height: ${css_vh(5.21)};
|
||||
padding-top: ${css_vh(1.56)};
|
||||
padding-bottom: ${css_vh(1.56)};
|
||||
padding-left: ${css_vw(.5)};
|
||||
padding-right: ${css_vw(.5)};
|
||||
border-radius: 15px;
|
||||
|
|
Loading…
Reference in a new issue