mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-08-17 04:19:13 +00:00
refactor: changed the fix approach
This commit is contained in:
parent
66464c22eb
commit
374f468904
1 changed files with 9 additions and 6 deletions
|
|
@ -137,13 +137,16 @@
|
|||
max-width: initial;
|
||||
z-index: 0;
|
||||
padding: 0 1.5rem;
|
||||
}
|
||||
}
|
||||
|
||||
.action-button {
|
||||
.small-label {
|
||||
font-size: 0.688rem;
|
||||
font-weight: 600;
|
||||
.buttons-container {
|
||||
flex-direction: column;
|
||||
gap: 1rem;
|
||||
}
|
||||
}
|
||||
|
||||
.action-button {
|
||||
text-overflow: ellipsis;
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue