mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-18 21:12:13 +00:00
nav bar items declared flex instead of inline-flex
This commit is contained in:
parent
03d6559cb4
commit
d2f71ba536
2 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
|||
.nav-bar-button-container {
|
||||
display: inline-flex;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
padding: 0 1.2em;
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
.search-label {
|
||||
display: inline-flex;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: stretch;
|
||||
background-color: var(--color-secondary60);
|
||||
|
|
|
|||
Loading…
Reference in a new issue