mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-21 03:22:11 +00:00
limit action buttons to one row of buttons
This commit is contained in:
parent
caa522ed31
commit
d87db1c57f
1 changed files with 1 additions and 0 deletions
|
|
@ -174,6 +174,7 @@
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
|
height: 10rem;
|
||||||
padding: 0 2rem;
|
padding: 0 2rem;
|
||||||
|
|
||||||
.action-button {
|
.action-button {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue