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,11 @@
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
[dir="rtl"] .search-card {
|
||||
left: unset;
|
||||
right: 0;
|
||||
}
|
||||
|
||||
.search-icon {
|
||||
position: absolute;
|
||||
padding-top: 5px;
|
||||
@@ -33,6 +38,11 @@
|
||||
z-index: 1000;
|
||||
}
|
||||
|
||||
[dir="rtl"] .search-icon {
|
||||
left: unset;
|
||||
right: 15px;
|
||||
}
|
||||
|
||||
.search-input {
|
||||
position: absolute;
|
||||
border: none;
|
||||
@@ -65,6 +75,11 @@
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
[dir="rtl"] .menu {
|
||||
right: unset;
|
||||
left: 0;
|
||||
}
|
||||
|
||||
.menu-toggle {
|
||||
display: none;
|
||||
}
|
||||
@@ -113,6 +128,12 @@
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
[dir="rtl"] .menu-options {
|
||||
right: unset;
|
||||
left: 0;
|
||||
transform: translateX(-120%);
|
||||
}
|
||||
|
||||
#select-denylist,
|
||||
#security-patch {
|
||||
display: none;
|
||||
|
||||
Reference in New Issue
Block a user