mirror of https://github.com/lxndrblz/anatole.git

Alexander Bilz
22.50.2021 7ea9e7be03b51c0498ba3d612c6fc4f35d146960
fix: styling language drop-down Arabic 

1 files modified
5 ■■■■ changed files
assets/css/style.css 5 ●●●● patch | view | raw | blame | history
assets/css/style.css
@@ -279,7 +279,7 @@
  padding: 0;
  list-style: none;
  position: relative;
  display: inline-block;
  display: inline;
}
.sl-nav li {
  cursor: pointer;
@@ -334,6 +334,7 @@
  width: 30px;
  background: transparent;
}
#languagepicker:checked ~ .triangle:after {
  content: '';
  display: block;
@@ -344,6 +345,8 @@
  background: #fff;
  border-radius: 2px 0px 0px 0px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  float: left;
  display: block;
}
.sidebar {