Merge pull request #990 from Stremio/fix/meta-preview-buttons-position
Some checks are pending
Build / build (push) Waiting to run

MetaPreview: MetaActions Button positioning fix
This commit is contained in:
Timothy Z. 2025-08-25 15:11:59 +03:00 committed by GitHub
commit f9b059d9e4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 1 deletions

View file

@ -65,7 +65,6 @@
padding: 0 1rem;
.icon-container {
height: 2rem;
width: 2rem;
}
}

View file

@ -240,6 +240,10 @@
border-radius: 2rem;
}
}
.ratings {
margin-right: 0;
}
}
}