mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2026-04-06 01:43:48 +00:00
Fix header button margin on ltr languages
This commit is contained in:
@@ -91,7 +91,7 @@ html {
|
||||
header {
|
||||
position: absolute;
|
||||
align-items: baseline;
|
||||
padding: 8px 16px;
|
||||
padding: 8px 12px;
|
||||
box-sizing: border-box;
|
||||
width: 100vw;
|
||||
z-index: 2;
|
||||
@@ -99,8 +99,9 @@ header {
|
||||
right: 0;
|
||||
}
|
||||
|
||||
header > *:not(:first-child) {
|
||||
margin-left: 8px;
|
||||
header > * {
|
||||
margin-left: 4px;
|
||||
margin-right: 4px;
|
||||
}
|
||||
|
||||
header > div {
|
||||
|
||||
@@ -92,7 +92,7 @@ html {
|
||||
header {
|
||||
position: absolute;
|
||||
align-items: baseline;
|
||||
padding: 8px 16px;
|
||||
padding: 8px 12px;
|
||||
box-sizing: border-box;
|
||||
width: 100vw;
|
||||
z-index: 2;
|
||||
@@ -100,8 +100,9 @@ header {
|
||||
right: 0;
|
||||
}
|
||||
|
||||
header > *:not(:first-child) {
|
||||
margin-left: 8px;
|
||||
header > * {
|
||||
margin-left: 4px;
|
||||
margin-right: 4px;
|
||||
}
|
||||
|
||||
header > div {
|
||||
|
||||
Reference in New Issue
Block a user