MetaDetails VerticalNavBar uses its default width

This commit is contained in:
svetlagasheva 2020-04-15 19:26:27 +03:00
parent 2219afd6b2
commit 3853b5178e

View file

@ -5,10 +5,6 @@
meta-info-container: meta-info-container;
}
:import('~stremio/common/NavBar/VerticalNavBar/styles.less') {
nav-tab-button: nav-tab-button;
}
.metadetails-container {
display: flex;
flex-direction: column;
@ -29,6 +25,10 @@
display: flex;
flex-direction: row;
.vertical-nav-bar {
flex: none;
}
.background-image-layer {
position: absolute;
top: 0;
@ -86,15 +86,6 @@
}
}
.vertical-nav-bar {
flex: none;
width: 6rem;
.nav-tab-button {
width: 6rem;
}
}
.meta-preview {
flex: 0 1 40rem;
align-self: stretch;