Advertisement
Guest User

Untitled

a guest
May 15th, 2019
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.27 KB | None | 0 0
  1. .theme-dark .layer-3QrUeG.stop-animations:first-child{
  2.     opacity:1!important;
  3.     transform:unset!important;
  4.     will-change: unset!important;
  5.     pointer-events: none;
  6. }
  7.  
  8. .theme-dark .layer-3QrUeG.animating-rRxada:first-child{
  9.     opacity:unset !important;
  10.     transform: unset !important;
  11.     will-change: unset !important;
  12. }
  13.  
  14. .theme-dark .layer-3QrUeG[aria-label="GUILD_SETTINGS"]{
  15.     top:100px;
  16.     left:100px;
  17.     bottom:100px;
  18.     right:100px;
  19.     z-index:100;
  20. }
  21.  
  22. .theme-dark .layer-3QrUeG[aria-label="USER_SETTINGS"]{
  23.     top:100px;
  24.     left:100px;
  25.     bottom:100px;
  26.     right:100px;
  27.     z-index:100;
  28. }
  29.  
  30. .standardSidebarView-3F1I7i .contentRegion-3nDuYy {
  31.     z-index: auto;
  32. }
  33.  
  34. .standardSidebarView-3F1I7i .keybind-KpFkfr {
  35.     display: none;
  36. }
  37.  
  38. .standardSidebarView-3F1I7i .tools-3-3s-N {
  39.     position: static;
  40. }
  41.  
  42. .standardSidebarView-3F1I7i .closeButton-1tv5uR {
  43.     position: fixed;
  44.     cursor: default;
  45.     height: 100vh;
  46.     width: 100vw;
  47.     top: 0;
  48.     left: 0;
  49.     border: none;
  50.     border-radius: 0;
  51.     z-index: -1;
  52.     transition:.2s linear;
  53. }
  54.  
  55. .standardSidebarView-3F1I7i .closeButton-1tv5uR:hover {
  56.     background-color: rgba(20,24,26,.4);
  57. }
  58.  
  59. .standardSidebarView-3F1I7i .closeButton-1tv5uR svg {
  60.     display: none;
  61. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement