mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2025-04-21 07:16:18 -04:00
Fix header button margin on ltr languages
This commit is contained in:
parent
e367ca9f78
commit
2578803a78
2 changed files with 8 additions and 6 deletions
|
@ -91,7 +91,7 @@ html {
|
||||||
header {
|
header {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
align-items: baseline;
|
align-items: baseline;
|
||||||
padding: 8px 16px;
|
padding: 8px 12px;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
width: 100vw;
|
width: 100vw;
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
|
@ -99,8 +99,9 @@ header {
|
||||||
right: 0;
|
right: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
header > *:not(:first-child) {
|
header > * {
|
||||||
margin-left: 8px;
|
margin-left: 4px;
|
||||||
|
margin-right: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
header > div {
|
header > div {
|
||||||
|
|
|
@ -92,7 +92,7 @@ html {
|
||||||
header {
|
header {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
align-items: baseline;
|
align-items: baseline;
|
||||||
padding: 8px 16px;
|
padding: 8px 12px;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
width: 100vw;
|
width: 100vw;
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
|
@ -100,8 +100,9 @@ header {
|
||||||
right: 0;
|
right: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
header > *:not(:first-child) {
|
header > * {
|
||||||
margin-left: 8px;
|
margin-left: 4px;
|
||||||
|
margin-right: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
header > div {
|
header > div {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue