Advertisement
Freack100

Untitled

Aug 21st, 2017
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.80 KB | None | 0 0
  1. .channels-wrap div[style="flex: 1 1 auto;"] {
  2.   background-color: transparent !important;
  3. }
  4.  
  5. .guilds-wrapper:hover {
  6.     -webkit-transition: 200ms;
  7.     -moz-transition: 200ms;
  8.     -o-transition: 200ms;
  9.     -ms-transition: 200ms;
  10.     transition: 200ms;
  11.     width: 135px;
  12. }
  13.  
  14. .guilds-wrapper .scroller-wrap{width: 150px !important;}
  15. .guilds-wrapper .guilds {
  16.     display: flex !important;
  17.     flex-flow: row wrap !important;
  18.     padding-left: 0 !important;
  19.     align-content: flex-start !important;
  20. }
  21.  
  22. .guilds-wrapper .guilds .guild {
  23.     margin-left: 8px !important;
  24.     margin-top: 8px !important;
  25. }
  26.  
  27. .guilds-wrapper .guilds .guild.unread::before {
  28.     left: -2px !important;
  29.     top: 5px !important;
  30.     z-index:9000 !important;
  31. }
  32.  
  33. .guilds-wrapper .guilds .guild:first-child {
  34.     position: relative !important;
  35.     left: 0 !important;
  36.     margin: auto !important;
  37.     margin-top: 15px !important;
  38. }
  39.  
  40. .guilds-wrapper .guilds .guild-separator {
  41.     position: relative !important;
  42.     width: 100% !important;
  43.     margin-top: 10px !important;
  44. }
  45.  
  46. .guilds-wrapper .guilds .friends-online {
  47.     position: relative !important;
  48.     width: 100% !important;
  49.     margin: auto !important;
  50.     margin-top: 5px !important;
  51. }
  52.  
  53. .guilds-wrapper .guilds .guild.selected:before {
  54.     display: none !important;
  55. }
  56.  
  57. .guilds-wrapper .guilds .guild {
  58.     position: relative !important;
  59. }
  60.  
  61. .guilds-wrapper .guilds .dms {
  62.     width: 100% !important;
  63.     display: flex !important;
  64.     flex-flow: row wrap !important;
  65. }
  66.  
  67. .guilds-wrapper .guilds .dms .guild {
  68.     left: 0 !important;
  69. }
  70.  
  71. .message-group .accessory{
  72.     display: flex !important;
  73.     flex-flow: row wrap !important;
  74. }
  75. .message-group .accessory>*:not(:last-of-type){
  76.     margin-right:10px !important;
  77. }
  78. .message-group .accessory>*{
  79.     margin-top:5px !important;
  80. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement