mirror of https://github.com/vector-im/riot-web
Fix left left panel betterer
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>pull/21833/head
parent
b675523449
commit
bea6787201
|
@ -36,7 +36,6 @@ limitations under the License.
|
||||||
.mx_LeftPanel_tagPanelContainer {
|
.mx_LeftPanel_tagPanelContainer {
|
||||||
flex: 0 0 70px;
|
flex: 0 0 70px;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
display: -webkit-box;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_LeftPanel_hideButton {
|
.mx_LeftPanel_hideButton {
|
||||||
|
|
|
@ -23,7 +23,7 @@ limitations under the License.
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
height: 100%;
|
min-height: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_TagPanel_items_selected {
|
.mx_TagPanel_items_selected {
|
||||||
|
|
Loading…
Reference in New Issue