Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* Wraps Pinned Icons */
- .PinnedTabsBar { overflow: hidden !important; flex-wrap: nowrap!important;}
- /* Adjust styles according to sidebar width */
- /* Activates on Collapse */
- @media screen and (max-width: 38px) {
- #root {
- --tabs-indent: unset !important;
- }
- .ScrollBox > .scroll-container {
- overflow: hidden !important;
- }
- .Tab .audio {
- left: 10px !important;
- transform: scale(.80) !important;
- transform: translateY(4px) !important;
- }
- .audio {
- z-index: 100 !important;
- }
- .Tab .title {
- visibility: collapse !important;
- }
- }
- /* Activates When not Collapsed */
- @media screen and (min-width: 38px) {
- .Tab .audio {
- left: 10px !important;
- top: 4px !important;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement