Fixed tab switcher width

This commit is contained in:
Joel Collins 2020-03-25 16:43:19 +00:00
parent 0fc1936379
commit 6105dc63b5
2 changed files with 2 additions and 0 deletions

View file

@ -92,6 +92,7 @@ export default {
max-width: 60px;
overflow: hidden;
text-overflow: ellipsis;
font-size: 85%;
}
a:hover,

View file

@ -259,6 +259,7 @@ export default {
}
#switcher-left {
width: 75px;
background-color: rgba(180, 180, 180, 0.1);
padding-top: 2px !important;
}