fix(subject) remove gradient if no info in topbar

This commit is contained in:
Tudor-Ovidiu Avram
2021-01-15 15:45:07 +02:00
parent 8aae2065dc
commit 7ff332b2bb
2 changed files with 10 additions and 2 deletions

View File

@@ -14,12 +14,15 @@
text-overflow: ellipsis;
box-sizing: border-box;
white-space: nowrap;
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
&.visible {
top: 0px;
}
&.gradient {
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
&-text {
vertical-align: middle;
}