mirror of
https://github.com/umami-software/umami.git
synced 2026-02-13 17:15:37 +01:00
style: 🎨 Use Logical Style properties to apply same styles based on Language Direction (dir)
This commit is contained in:
parent
354da4bc56
commit
adf910306b
20 changed files with 35 additions and 34 deletions
|
|
@ -1,5 +1,5 @@
|
|||
.body {
|
||||
padding-left: 20px;
|
||||
padding-inline-start: 20px;
|
||||
grid-row: 2/3;
|
||||
grid-column: 2 / 3;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
.menu {
|
||||
width: 300px;
|
||||
padding-right: 20px;
|
||||
border-right: 1px solid var(--base300);
|
||||
padding-inline-end: 20px;
|
||||
border-inline-end: 1px solid var(--base300);
|
||||
grid-row: 2 / 3;
|
||||
grid-column: 1 / 2;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -63,7 +63,7 @@
|
|||
|
||||
.value {
|
||||
color: var(--base50);
|
||||
margin-right: 20px;
|
||||
margin-inline-end: 20px;
|
||||
}
|
||||
|
||||
.track {
|
||||
|
|
|
|||
|
|
@ -13,5 +13,5 @@
|
|||
|
||||
.popup {
|
||||
margin-top: -10px;
|
||||
margin-left: 30px;
|
||||
margin-inline-start: 30px;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue