diff --git a/package/bin/style.css b/package/bin/style.css index d04e0897..8b927d42 100644 --- a/package/bin/style.css +++ b/package/bin/style.css @@ -102,13 +102,18 @@ ul { .dragbar:hover { width: 6px; - transition: width .1s; + margin-right: -5px; + transition: width .1s, margin .1s; + position: relative; + z-index: 998; } .dragbar { height: 100%; width: 1px; cursor: col-resize; + background-color: #ECECEC; + border-right: 1px solid rgba(0, 0, 0, .15); } #ghostbar{ @@ -140,10 +145,6 @@ ul { position: relative; } -#rooms-and-nicks:hover .room.server .content-item { - width: 130px; -} - #rooms-and-nicks .add-channel { position: absolute; right: 2px; @@ -241,13 +242,6 @@ ul { color: rgba(0, 0, 0, .5); } -#rooms-and-nicks .room.selected:not(.footer):not(.always-empty) .content-item { - width: 123px; -} -#rooms-and-nicks .room:hover:not(.footer):not(.always-empty) .content-item { - width: 123px; -} - #rooms-and-nicks .room.selected:not(.footer):not(.always-empty) .remove-button { display: inline-block; }