stremio-web/src/common/NavBar/styles.less
2019-08-28 17:30:10 +03:00

50 lines
No EOL
951 B
Text

.nav-bar-container {
display: flex;
flex-direction: row;
align-items: center;
height: 3.2rem;
background-color: var(--color-secondarydark);
.nav-tab-button {
flex: none;
max-width: 11rem;
height: 3.2rem;
}
.title {
flex: 1;
padding: 0 0.6rem;
font-size: 1.1rem;
font-style: normal;
font-weight: normal;
white-space: nowrap;
text-overflow: ellipsis;
color: var(--color-surfacelighter);
&~.spacing {
display: none;
}
}
.spacing {
flex: 1;
}
.search-bar {
flex-grow: 0;
flex-shrink: 1;
flex-basis: 25.5rem;
min-width: 9.5rem;
height: 3.2rem;
&+.spacing {
max-width: 11rem;
}
}
.addons-button, .fullscreen-button, .nav-menu {
flex: none;
width: 3.2rem;
height: 3.2rem;
}
}