bugfixes, revert side resize
This commit is contained in:
parent
8c00a1628d
commit
2871447406
2 changed files with 9 additions and 22 deletions
|
@ -108,12 +108,20 @@ div[class^="baseLayout-"] {
|
|||
|
||||
#connections-tab div[class^="children-"] {
|
||||
flex-direction: row;
|
||||
flex-flow: row wrap;
|
||||
div[class^="accountList-"] {
|
||||
margin-right: @div-width;
|
||||
width: 33%;
|
||||
height: 100%; // decreases height? 0_0
|
||||
|
||||
// auto detect
|
||||
& + div[class^="container-"] {
|
||||
order: -1;
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
div[class^="connectionList-"] {
|
||||
width: 100%;
|
||||
flex-grow: 1;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -4,27 +4,6 @@
|
|||
// Space between sidebar and chat
|
||||
div[class^="sidebar-"] {
|
||||
margin-right: @div-width;
|
||||
|
||||
&, li, li div {
|
||||
transition: ease-out 0.25s;
|
||||
}
|
||||
|
||||
&:not(:hover) {
|
||||
width: 48px;
|
||||
overflow: hidden;
|
||||
li {
|
||||
margin-left: -4px;
|
||||
div[class^="interactive-"] {
|
||||
margin-left: 8px;
|
||||
}
|
||||
div[class^="layout-"] {
|
||||
padding-left: 2px;
|
||||
}
|
||||
a + div[class^="children-"] {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Old-school
|
||||
|
|
Loading…
Reference in a new issue