mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-21 15:52:02 +00:00
refactor(Addons): improve mobile layout
This commit is contained in:
parent
cc976f27e7
commit
fc326f7192
1 changed files with 2 additions and 6 deletions
|
|
@ -208,13 +208,9 @@
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
|
|
||||||
.install-button-container, .uninstall-button-container, .share-button-container {
|
|
||||||
&:not(:first-child) {
|
|
||||||
margin-top: 0;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.share-button-container {
|
.share-button-container {
|
||||||
|
flex: none;
|
||||||
|
|
||||||
.icon {
|
.icon {
|
||||||
margin-right: 0;
|
margin-right: 0;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue