Pinned server css
This commit is contained in:
parent
fbb0283148
commit
6d23660361
14
css/main.css
14
css/main.css
|
@ -56,6 +56,20 @@
|
||||||
border-radius: 6px;
|
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,
|
.ui-standard-sidebar-view #bd-customcss-attach-controls button,
|
||||||
.bd-detached-css-editor #bd-customcss-attach-controls button {
|
.bd-detached-css-editor #bd-customcss-attach-controls button {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
|
Loading…
Reference in New Issue