Browse Source

fixed sidebar again

pull/1/head
GilbN 6 years ago
parent
commit
71f1f634d7
  1. 7
      CSS/themes/orgarr-ALPHA.css
  2. 19
      CSS/themes/orgarr-blur-ALPHA.css

7
CSS/themes/orgarr-ALPHA.css

@ -622,13 +622,14 @@ pre {
}
/* Sidebar */
@media only screen and (max-width: 768px)
.PageSidebar-sidebar-2UXc0 .PageSidebarItem-isActiveLink-1JpOZ {
background-color: #0c1218 !important;
@media only screen and (max-width: 768px) {
.PageSidebar-sidebar-2UXc0 {
position: fixed;
top: 0;
z-index: 2;
height: 100vh;
background-color: #0c1218 !important;
}
}
.PageSidebar-sidebarContainer-2kLcI {
background: transparent;

19
CSS/themes/orgarr-blur-ALPHA.css

@ -662,13 +662,18 @@ pre {
}
/* Sidebar */
@media only screen and (max-width: 768px)
.PageSidebar-sidebar-2UXc0 .PageSidebarItem-isActiveLink-1JpOZ {
background-color: #0c1218 !important;
position: fixed;
top: 0;
z-index: 2;
height: 100vh;
@media only screen and (max-width: 768px) {
.PageSidebar-sidebar-2UXc0 {
background: rgba(0, 0, 0, .25);
background-image: url("https://cdn.rawgit.com/gilbN/theme.park/master/Resources/blur-noise.png"), url("https://cdn.rawgit.com/gilbN/theme.park/master/Resources/blur-light.png");
background-repeat: repeat, no-repeat;
background-attachment: fixed, fixed;
background-position: center center, center center;
background-size: auto, cover;
-webkit-background-size: auto, cover;
-moz-background-size: auto, cover;
-o-background-size: auto, cover;*/
}
}
.PageSidebar-sidebarContainer-2kLcI {
background: transparent;

Loading…
Cancel
Save