Fix ratio bar width bug on livestream page
This commit is contained in:
parent
3140c103ad
commit
1ef68c1472
1 changed files with 2 additions and 2 deletions
|
@ -190,8 +190,8 @@
|
|||
.ratio-wrapper {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
max-width: 124px;
|
||||
min-width: 124px;
|
||||
max-width: 134px;
|
||||
min-width: 134px;
|
||||
margin-right: var(--spacing-m);
|
||||
|
||||
.ratio-bar {
|
||||
|
|
Loading…
Reference in a new issue