Advertisement
Guest User

Untitled

a guest
May 24th, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.31 KB | None | 0 0
  1. //META{"name":"BottomRowIcons_2_Rows","description":"Display servers in 2 rows on the bottom instead of the left side.","author":"U+808F stole from Jiiks","version":"1.0"}*//{}
  2.  
  3. .guilds-wrapper{width: 122px;}
  4. .guilds-wrapper .scroller-wrap{width: 133px;}
  5.  
  6.  
  7. .guilds-wrapper .guilds {
  8. display: flex;
  9. flex-flow: row wrap;
  10. padding-left: 0;
  11. align-content: flex-start;
  12. }
  13.  
  14.  
  15.  
  16. .guild-channels .toggle-muted-text-channels,
  17. .guild-channels header:first-of-type,
  18. .scroller-wrap .channel-text {
  19. display: inline-block;
  20. top: -17px;
  21. position: relative;
  22. }
  23.  
  24.  
  25. .scroller-wrap .channel-text .icon{display: none;}
  26.  
  27. .guild-channels header:nth-of-type(2),
  28. .scroller-wrap .channel-voice {
  29. position: relative;
  30. width: 200px;
  31. top: -30px;
  32. }
  33.  
  34.  
  35.  
  36. .flex-vertical .flex-spacer .guild-channels-wrapper .guild-channels {
  37. position: fixed;
  38. width: calc(100% - 362px);
  39. height: calc(100% - 160px);
  40. z-index: 50;
  41. }
  42.  
  43.  
  44. .channel-textarea{
  45. margin-top: 12px;
  46. margin-bottom: 12px;
  47. z-index: 99;
  48. }
  49.  
  50. .flex-vertical .messages-wrapper {
  51. margin-top: 100px;
  52. z-index: 90;
  53. position: relative;
  54. float: right;
  55. }
  56.  
  57.  
  58.  
  59.  
  60. #bd-pub-li {
  61. position: relative;
  62. width: 90%;
  63. margin-top: -75px;
  64. }
  65.  
  66. #bd-pub-li #bd-pub-button {
  67. position:absolute;
  68. width: 100%;
  69. text-align: center;
  70. }
  71.  
  72.  
  73.  
  74.  
  75.  
  76.  
  77. .guilds-wrapper .guilds .dms {
  78. position: relative;
  79. width: 0%;
  80. margin: auto;
  81. }
  82.  
  83.  
  84.  
  85.  
  86. .guilds-wrapper .guilds .guild {
  87. margin-left: 8px;
  88. margin-top: 8px;
  89. }
  90.  
  91. .guilds-wrapper .guilds .guild.unread::before {
  92. left: -2px;
  93. top: 5px;
  94. z-index:9000;
  95. }
  96.  
  97. .guilds-wrapper .guilds .guild:first-child {
  98. position: relative;
  99. left: 0;
  100. margin: auto;
  101. margin-top: 15px;
  102. }
  103.  
  104.  
  105. .guilds-wrapper .guilds .guild-separator {
  106. position: relative;
  107. width: 100%;
  108. margin-top: 10px;
  109. }
  110.  
  111. .guilds-wrapper .guilds .friends-online {
  112. position: relative;
  113. width: 100%;
  114. margin: auto;
  115. margin-top: 5px;
  116. }
  117.  
  118. .guilds-wrapper .guilds .guild.selected:before {
  119. display: none;
  120. }
  121.  
  122. .guilds-wrapper .guilds .guild {
  123. position: relative;
  124. }
  125.  
  126. .guilds-wrapper .guilds .dms {
  127. width: 100%;
  128. display: flex;
  129. flex-flow: row wrap;
  130. }
  131.  
  132. .guilds-wrapper .guilds .dms .guild {
  133. left: 0;
  134. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement