mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-08-15 06:26:21 +00:00
MetaDetails VerticalNavBar uses its default width
This commit is contained in:
parent
2219afd6b2
commit
3853b5178e
1 changed files with 4 additions and 13 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue