Fixed tab switcher background height

This commit is contained in:
Joel Collins 2020-11-11 14:10:32 +00:00
parent fa909db71c
commit 3387c273de

View file

@ -380,11 +380,7 @@ export default {
} }
#switcher-left { #switcher-left {
border-width: 0 1px 0 0;
border-style: solid;
border-color: rgba(180, 180, 180, 0.25);
width: 75px; width: 75px;
background-color: rgba(180, 180, 180, 0.1);
padding-top: 2px !important; padding-top: 2px !important;
} }
@ -394,6 +390,10 @@ export default {
overflow-x: hidden; overflow-x: hidden;
overflow-y: auto; overflow-y: auto;
height: 100%; height: 100%;
background-color: rgba(180, 180, 180, 0.1);
border-width: 0 1px 0 0;
border-style: solid;
border-color: rgba(180, 180, 180, 0.25);
} }
#switcher-left a { #switcher-left a {