You've already forked Tricky-Addon-Update-Target-List
mirror of
https://github.com/KOWX712/Tricky-Addon-Update-Target-List.git
synced 2025-09-06 06:37:09 +00:00
opt: refine rtl related code
This commit is contained in:
@@ -26,6 +26,12 @@
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
[dir="rtl"] #module-version,
|
||||
[dir="rtl"] #title {
|
||||
padding-left: unset;
|
||||
padding-right: 5px;
|
||||
}
|
||||
|
||||
.no-connection {
|
||||
height: 100%;
|
||||
display: flex;
|
||||
@@ -45,6 +51,11 @@
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
[dir="rtl"] .language-dropdown {
|
||||
margin-left: unset;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
.language-button {
|
||||
height: 100%;
|
||||
display: flex;
|
||||
@@ -76,6 +87,12 @@
|
||||
transition: all 0.2s ease;
|
||||
}
|
||||
|
||||
[dir="rtl"] .language-menu {
|
||||
right: unset;
|
||||
left: 5px;
|
||||
transform-origin: top left;
|
||||
}
|
||||
|
||||
.language-menu.show {
|
||||
opacity: 1;
|
||||
transform: translateY(0) scale(1);
|
||||
|
||||
Reference in New Issue
Block a user