g3x0

Untitled

Aug 16th, 2018
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 2.30 KB | None | 0 0
  1. @media (max-width: 760px) {
  2.   body {
  3.     padding-left: 54px;
  4.   }
  5.  
  6.   [style *= "width: 322px;"][style *= "position: relative;"] {
  7.     position: fixed !important;
  8.     top: 0;
  9.     left: 0;
  10.     bottom: 0;
  11.     width: 54px !important;
  12.     transition: width .2s;
  13.     border: none !important;
  14.     z-index: 2;
  15.   }
  16.  
  17.   /**/
  18.  
  19.   [style *= "width: 322px;"][style *= "position: relative;"]:not(:hover) > [style *= "padding: 10px 8px 8px; margin-top: -6px;"],
  20.   [style *= "width: 322px;"][style *= "position: relative;"]:not(:hover) [style *= "border-width: 0px 0px 1px; border-color: rgb(43, 44, 51); border-style: solid;"],
  21.   [style *= "width: 322px;"][style *= "position: relative;"]:not(:hover) [style *= "justify-content: space-between; padding: 10px; height: 44px"]
  22.   {
  23.     display: none !important;
  24.   }
  25.  
  26.   [style *= "width: 322px;"][style *= "position: relative;"]:not(:hover) [data-text-as-pseudo-element="FAVOURITES"]:before {
  27.     content: "  FAV";
  28.   }
  29.  
  30.   [style *= "width: 322px;"][style *= "position: relative;"]:not(:hover) [data-text-as-pseudo-element="CHATS"] {
  31.     text-overflow: inherit !important;
  32.   }
  33.  
  34.   [style *= "width: 322px;"][style *= "position: relative;"]:not(:hover) [aria-roledescription="Conversation item"],
  35.   [style *= "width: 322px;"][style *= "position: relative;"]:not(:hover) [aria-roledescription="Conversation item"] > div,
  36.   [style *= "width: 322px;"][style *= "position: relative;"]:not(:hover) [aria-roledescription="Conversation item"] > div > div,
  37.   [style *= "width: 322px;"][style *= "position: relative;"]:not(:hover) [aria-roledescription="Conversation item"] > div > div > div {
  38.     height: 50px !important;
  39.   }
  40.  
  41.   /**/
  42.  
  43.   [style *= "width: 322px;"][style *= "position: relative;"]:hover {
  44.     width: 322px !important;
  45.     box-shadow: 3px 0 5px 0 rgba(0, 0, 0, .2);
  46.   }
  47.  
  48.   [style *= "width: 322px;"][style *= "position: relative;"] [style *= "margin-left: 4px; margin-top: 4px;"] {
  49.     overflow: visible !important;
  50.   }
  51.  
  52.   [style *= "width: 322px;"][style *= "position: relative;"] [style *= "background-color: rgb(0, 120, 212);"] {
  53.     background-color: #f00 !important;
  54.     position: absolute !important;
  55.     top: 3px;
  56.     left: -33px;
  57.   }
  58. }
  59.  
  60. button[title="React to this message"] {
  61.   opacity: .05;
  62. }
  63.  
  64. button[title="React to this message"]:hover {
  65.   opacity: 1;
  66. }
Advertisement
Add Comment
Please, Sign In to add comment