mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
more explicit flex props added to action button styles
This commit is contained in:
parent
9cfc3fb5ac
commit
2e9eef7ffc
1 changed files with 4 additions and 6 deletions
|
|
@ -11,9 +11,8 @@
|
|||
}
|
||||
|
||||
.icon-container {
|
||||
flex-grow: 0;
|
||||
flex-shrink: 0;
|
||||
flex-basis: 50%;
|
||||
flex: 0 0 50%;
|
||||
align-self: stretch;
|
||||
padding-top: 15%;
|
||||
|
||||
&:only-child {
|
||||
|
|
@ -29,9 +28,8 @@
|
|||
}
|
||||
|
||||
.label-container {
|
||||
flex-grow: 0;
|
||||
flex-shrink: 0;
|
||||
flex-basis: 50%;
|
||||
flex: 0 0 50%;
|
||||
align-self: stretch;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
|
|
|
|||
Loading…
Reference in a new issue