Bifidock

Untitled

Jan 19th, 2017
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.04 KB | None | 0 0
  1. @namespace url(http://www.w3.org/1999/xhtml);
  2.  
  3. @-moz-document url("https://discord.world/") {
  4.     #login-btn {
  5.         margin: 0px;
  6.         border-radius: 0px;
  7.         height: 36px;
  8.         width: 100%;
  9.     }
  10.    
  11.     #gps-btn {
  12.         margin: 0px;
  13.         border-radius: 0px;
  14.         height: 36px;
  15.         width: 100%;
  16.         background-color: transparent !important;
  17.     }
  18.    
  19.     .map-holder {
  20.         border: 0px;
  21.     }
  22.    
  23.     p {
  24.         display: none;
  25.     }
  26.    
  27.     .channel-textarea {
  28.         margin: 0px;
  29.         width: 100%;
  30.     }
  31.    
  32.     .thumbnail {
  33.         width: 24px !important;
  34.         height: 24px !important;
  35.     }
  36.    
  37.     .meta {
  38.         display:none !important;
  39.     }
  40.    
  41.     span {
  42.         display: flex
  43.     }
  44.    
  45.     li {
  46.         padding: 0px !important;
  47.         transform: scaleY(-1);
  48.     }
  49.    
  50.     .body {
  51.         max-height: 1024px !important;
  52.         height: 100% !important;
  53.         transform: scaleY(-1);
  54.     }
  55.    
  56.     .chat {
  57.         height: 80% !important;
  58.     }
  59. }
Advertisement
Add Comment
Please, Sign In to add comment