fix(UI): connection tab indicator when scrolling

This commit is contained in:
Fabio Di Stasio 2021-07-08 17:58:43 +02:00
parent 8cd76e711c
commit a0ab63bdb5
1 changed files with 5 additions and 6 deletions

View File

@ -167,14 +167,13 @@ export default {
height: $settingbar-width;
width: 100%;
margin: 0;
border-left: 3px solid transparent;
opacity: 0.5;
transition: opacity 0.2s;
display: flex;
align-content: center;
justify-content: center;
flex-direction: column;
align-items: center;
justify-content: flex-start;
border-radius: 0;
padding: 0;
&:hover {
opacity: 1;
@ -194,12 +193,12 @@ export default {
width: 3px;
transition: height 0.2s;
background-color: $primary-color;
position: absolute;
left: 0;
border-radius: $border-radius;
}
.settingbar-element-icon {
margin: 0 auto;
&.badge::after {
bottom: -10px;
right: 0;