1
0
mirror of https://github.com/hacks-guide/Guide_3DS.git synced 2025-08-27 10:24:37 +02:00

fix rtl js/css

This commit is contained in:
Plailect
2017-05-12 16:27:10 -04:00
parent 6fac8d5a64
commit 3b44319191
3 changed files with 23 additions and 12 deletions

View File

@@ -254,10 +254,6 @@
}
}
.links-menu {
right: 3rem !important;
}
.hidden-links {
position: absolute;
top: 100%;
@@ -284,7 +280,7 @@
content: "";
position: absolute;
top: -11px;
right: 10px;
right: 14px;
width: 0;
border-style: solid;
border-width: 0 10px 10px;
@@ -297,7 +293,7 @@
content: "";
position: absolute;
top: -10px;
right: 10px;
right: 14px;
width: 0;
border-style: solid;
border-width: 0 10px 10px;
@@ -315,6 +311,10 @@
}
}
}
.links-menu {
right: 3rem;
}
}