mirror of
https://git.bsd.gay/fef/nyastodon.git
synced 2024-12-25 08:33:41 +01:00
Fix column-back-button style for some browsers (#4484)
Use `text-align: unset` instead of `text-align: start` which Edge doesn't support for now. Also remove default margin on Safari.
This commit is contained in:
parent
ac53736814
commit
94e233e7b2
1 changed files with 2 additions and 1 deletions
|
@ -1590,8 +1590,9 @@
|
||||||
flex: 0 0 auto;
|
flex: 0 0 auto;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
border: 0;
|
border: 0;
|
||||||
text-align: start;
|
text-align: unset;
|
||||||
padding: 15px;
|
padding: 15px;
|
||||||
|
margin: 0;
|
||||||
z-index: 3;
|
z-index: 3;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
|
|
Loading…
Reference in a new issue