chore: downgraded rollup-plugin-vue@4.2.0 due to watcher problems; performance: removed download tab styles

This commit is contained in:
Roberto Tonino
2020-10-28 21:14:21 +01:00
parent f095c1264e
commit 2cf68d182b
6 changed files with 174 additions and 850 deletions

View File

@@ -25,7 +25,6 @@ body {
@import './globals/globals';
@import './globals/tables';
@import './tabs/download-tab';
@import './tabs/search-tab';
@import './tabs/settings-tab';
@import './tabs/tabs';

View File

@@ -1,49 +0,0 @@
#download_tab_container {
#queue_buttons {
position: absolute;
top: 0;
right: 0;
opacity: 1;
visibility: visible;
transition: all 250ms ease-in-out;
}
&.tab_hidden {
width: 32px;
#toggle_download_tab {
margin-left: 4px;
&::before {
content: 'chevron_left';
}
}
#queue_buttons {
opacity: 0;
visibility: hidden;
}
&::after {
content: attr(data-label);
display: flex;
align-items: center;
text-transform: capitalize;
writing-mode: vertical-rl;
line-height: 32px;
}
}
}
#toggle_download_tab {
width: 25px;
height: 25px;
margin-left: 20px;
&::before {
font-family: 'Material Icons';
font-style: normal;
font-weight: 400;
content: 'chevron_right';
}
}