mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-20 10:42:12 +00:00
flex properties added to buttons style
This commit is contained in:
parent
12f01ec6be
commit
4e1104c292
1 changed files with 7 additions and 1 deletions
|
|
@ -43,7 +43,9 @@
|
|||
margin: 1.4rem 0;
|
||||
|
||||
.button-container {
|
||||
flex: 1;
|
||||
flex-grow: 0;
|
||||
flex-shrink: 1;
|
||||
flex-basis: 14rem;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
|
|
@ -101,6 +103,9 @@
|
|||
}
|
||||
|
||||
.copy-button {
|
||||
flex-grow: 0;
|
||||
flex-shrink: 1;
|
||||
flex-basis: auto;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
|
|
@ -109,6 +114,7 @@
|
|||
background-color: var(--color-surface);
|
||||
|
||||
.icon {
|
||||
flex: none;
|
||||
width: 1.4rem;
|
||||
height: 1.4rem;
|
||||
margin-right: 0.6rem;
|
||||
|
|
|
|||
Loading…
Reference in a new issue