From 6d23660361593dd9b7331e01173db690bf0b3f1b Mon Sep 17 00:00:00 2001 From: Alexei Stukov Date: Sun, 30 Apr 2017 04:49:40 +0300 Subject: [PATCH] Pinned server css --- css/main.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/css/main.css b/css/main.css index 737281f..20b1fdd 100644 --- a/css/main.css +++ b/css/main.css @@ -56,6 +56,20 @@ border-radius: 6px; } +.bd-server-card.bd-server-card-pinned { + margin-bottom: 11px; +} + +.bd-server-card.bd-server-card-pinned:after { + background: #3a71c1; + content: ""; + height: 3px; + width: 100%; + display: block; + position: absolute; + margin-top: 5px; +} + .ui-standard-sidebar-view #bd-customcss-attach-controls button, .bd-detached-css-editor #bd-customcss-attach-controls button { margin: 0;