From 4d23dbdd5f952698552e5ff0a625e05bbeb4f09c Mon Sep 17 00:00:00 2001 From: Pavel Djundik Date: Thu, 22 Mar 2018 17:08:03 +0200 Subject: [PATCH] Remove overflow gradients Was replaced with mask-image in lounge master --- theme.css | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/theme.css b/theme.css index 7c2fdde..4339dcf 100644 --- a/theme.css +++ b/theme.css @@ -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%); - } -}