mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-19 01:22:11 +00:00
refactor(Addon): improve mobile layout
This commit is contained in:
parent
a20eb17587
commit
5d1d7055f3
1 changed files with 35 additions and 1 deletions
|
|
@ -173,6 +173,40 @@
|
|||
.addon-container {
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
gap: 1em;
|
||||
gap: 2em;
|
||||
|
||||
.info-container {
|
||||
flex-basis: auto;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.buttons-container {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
gap: 1.5em;
|
||||
width: 100%;
|
||||
|
||||
.install-button-container, .uninstall-button-container, .share-button-container {
|
||||
&:not(:first-child) {
|
||||
margin-top: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.share-button-container {
|
||||
.icon {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.label {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.install-button-container, .uninstall-button-container {
|
||||
flex-basis: 100%;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue