mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-19 13:52:12 +00:00
spacing between buttons changed
This commit is contained in:
parent
7c553615be
commit
3a199e5258
1 changed files with 3 additions and 2 deletions
|
|
@ -96,12 +96,14 @@
|
|||
|
||||
.buttons {
|
||||
grid-area: buttons;
|
||||
height: calc(0.12 * var(--addon-width));
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: flex-end;
|
||||
justify-content: space-between;
|
||||
|
||||
.button {
|
||||
width: 70%;
|
||||
width: 65%;
|
||||
height: calc(0.05 * var(--addon-width));
|
||||
cursor: pointer;
|
||||
display: flex;
|
||||
|
|
@ -121,7 +123,6 @@
|
|||
}
|
||||
|
||||
&.share-button {
|
||||
margin-top: 2.5em;
|
||||
border-color: var(--color-secondarylighter);
|
||||
|
||||
.icon {
|
||||
|
|
|
|||
Loading…
Reference in a new issue