Remove overflow gradients

Was replaced with mask-image in lounge master
This commit is contained in:
Pavel Djundik 2018-03-22 17:08:03 +02:00
parent 7bcb74116b
commit 4d23dbdd5f
1 changed files with 0 additions and 18 deletions

View File

@ -156,18 +156,10 @@ body {
display: none;
}
#sidebar .chan .name::after {
background: linear-gradient(to right, rgba(69, 81, 100, 0) 0%, #002b36 100%);
}
#sidebar .chan.active {
background-color: #051114;
}
#sidebar .chan.active .name::after {
background: linear-gradient(to right, rgba(5, 17, 20, 0) 0%, #051114 100%);
}
#footer {
height: 43px;
line-height: 43px;
@ -360,13 +352,3 @@ body {
background: linear-gradient(to left, transparent 0%, #2072ac 100%);
}
}
@media (min-width: 480px) {
#chat .from::after {
background: linear-gradient(to right, rgba(5, 17, 20, 0.5) 0%, #051114 100%);
}
#chat .channel .highlight .from::after {
background: linear-gradient(to right, rgba(32, 114, 172, 0.5) 0%, #2072ac 100%);
}
}