mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-08-16 15:44:49 +00:00
nav bar tab content align fixed
This commit is contained in:
parent
430eab0d5e
commit
f6acc59b8a
1 changed files with 2 additions and 1 deletions
|
|
@ -11,6 +11,7 @@
|
|||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
&.active {
|
||||
background-color: @colorbgmain;
|
||||
}
|
||||
|
|
@ -29,11 +30,11 @@
|
|||
fill: @colorwhite80;
|
||||
height: 100%;
|
||||
width: 18px;
|
||||
margin-right: 10px;
|
||||
}
|
||||
.nav-tab-label {
|
||||
color: @colorwhite80;
|
||||
font-size: 15px;
|
||||
margin-left: 10px;
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue