Fix left left panel betterer

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Michael Telatynski 2020-03-19 11:39:00 +00:00
parent b675523449
commit bea6787201
2 changed files with 1 additions and 2 deletions

View file

@ -36,7 +36,6 @@ limitations under the License.
.mx_LeftPanel_tagPanelContainer {
flex: 0 0 70px;
height: 100%;
display: -webkit-box;
}
.mx_LeftPanel_hideButton {

View file

@ -23,7 +23,7 @@ limitations under the License.
flex-direction: column;
align-items: center;
justify-content: space-between;
height: 100%;
min-height: 0;
}
.mx_TagPanel_items_selected {