Merge pull request #2405 from thelounge/xpaw/sort-arrow

Show a ghost placeholder when dragging channels
This commit is contained in:
Pavel Djundik 2018-05-02 17:37:31 +03:00 committed by GitHub
commit 1e5e9bbc57
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -561,7 +561,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 {