Quick CSS fix for menu button

nightly
Andrew 4 years ago
parent a97724e461
commit 97765b7ff3
  1. 2
      stashr/static/css/stashr.css

@ -31,7 +31,7 @@ ul { list-style-type: none; }
.stashr-poster_wrapper { position:relative; overflow:hidden; }
.stashr-link { text-decoration: none; }
.stashr-button_container {position:fixed;bottom:10;right:10;opacity:.7;z-index:999;}
.stashr-menu_button {position:fixed;bottom:0;border-top-right-radius:25%;border-bottom-right-radius:25%;z-index:999;}
.stashr-menu_button {position:absolute;bottom:0;border-top-right-radius:25%;border-bottom-right-radius:25%;z-index:999;}
.stashr-reader { background:black; }
.new-stashr-button_container { opacity:.7; }

Loading…
Cancel
Save