From 7dd6340e4614a5af4fabb3616c8cf92db3fd6729 Mon Sep 17 00:00:00 2001 From: Pavel Djundik Date: Wed, 2 May 2018 16:11:10 +0300 Subject: [PATCH] Show a ghost placeholder when dragging channels MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Jérémie Astori --- client/css/style.css | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/client/css/style.css b/client/css/style.css index 96c4359f..c412d6d1 100644 --- a/client/css/style.css +++ b/client/css/style.css @@ -567,7 +567,17 @@ kbd { display: flex; padding: 8px 14px; transition: color 0.2s; - width: 100%; +} + +#sidebar .network-placeholder, +#sidebar .chan-placeholder { + border: 1px dashed #99a2b4; + border-radius: 6px; + margin: -1px 10px; +} + +#sidebar .network-placeholder { + margin-bottom: 29px; } #sidebar .chan.lobby {