make bottom line in tab viewable

This commit is contained in:
zcake 2021-02-21 11:38:19 +08:00
parent 806caa284a
commit 6f4a997f7a
1 changed files with 3 additions and 6 deletions

View File

@ -98,13 +98,10 @@ display:none;
}
#forward-button{
list-style-image: url("right.svg") !important;;
list-style-image: url("right.svg") !important;
}
.tab-bottom-line {
background: linear-gradient(to right, transparent 10%, var(--identity-tab-color) 10%, var(--identity-tab-color) 90%, transparent 90%);
height: 2px;
margin-bottom: 2px;
display: none !important;}
.search-one-offs{display: none !important;}
.tab-icon-sound{display:none !important;}
#userContext-label,#userContext-icons,#userContext-indicator{display: none}