Fixed css
This commit is contained in:
parent
a872a33a3b
commit
fcef5a22e9
1 changed files with 5 additions and 1 deletions
|
@ -52,7 +52,7 @@
|
||||||
|
|
||||||
.channelTree div * {vertical-align: middle;display:inline-block;height: 16px;padding: 0px;}
|
.channelTree div * {vertical-align: middle;display:inline-block;height: 16px;padding: 0px;}
|
||||||
.channelTree div img {border: 0;}
|
.channelTree div img {border: 0;}
|
||||||
.channelTree div span {position: absolute; right: 0;}
|
.channelTree div > span {position: absolute; right: 0;}
|
||||||
.channelTree .name {
|
.channelTree .name {
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
margin-top: 1px;
|
margin-top: 1px;
|
||||||
|
@ -105,6 +105,10 @@
|
||||||
width: calc(100%);
|
width: calc(100%);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.channelTree .client span > div {
|
||||||
|
margin-left: 3px;
|
||||||
|
}
|
||||||
|
|
||||||
.channelTree .server {
|
.channelTree .server {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
margin-top: 0px;
|
margin-top: 0px;
|
||||||
|
|
Loading…
Add table
Reference in a new issue