mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-20 10:42:12 +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 {
|
.icon-container {
|
||||||
flex-grow: 0;
|
flex: 0 0 50%;
|
||||||
flex-shrink: 0;
|
align-self: stretch;
|
||||||
flex-basis: 50%;
|
|
||||||
padding-top: 15%;
|
padding-top: 15%;
|
||||||
|
|
||||||
&:only-child {
|
&:only-child {
|
||||||
|
|
@ -29,9 +28,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.label-container {
|
.label-container {
|
||||||
flex-grow: 0;
|
flex: 0 0 50%;
|
||||||
flex-shrink: 0;
|
align-self: stretch;
|
||||||
flex-basis: 50%;
|
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue