[Glitch] Fix translate button width in Safari
Port c368a16dc1448210d97b03ed9c66329b2fac7f5c to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
parent
af360df59b
commit
c9bb7e9b26
@ -1472,13 +1472,14 @@
|
|||||||
.status__content__translate-button {
|
.status__content__translate-button {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
width: min-content;
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
line-height: 22px;
|
line-height: 22px;
|
||||||
color: $highlight-text-color;
|
color: $highlight-text-color;
|
||||||
border: 0;
|
border: 0;
|
||||||
background: transparent;
|
background: transparent;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
padding-top: 16px;
|
margin-top: 16px;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
|
||||||
&:hover,
|
&:hover,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user