mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
StreamsList message image size added
This commit is contained in:
parent
b4be6d94af
commit
a8cb0375eb
1 changed files with 4 additions and 1 deletions
|
|
@ -27,17 +27,20 @@
|
|||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
.image, .label, .description {
|
||||
.image {
|
||||
flex: none;
|
||||
width: 10rem;
|
||||
}
|
||||
|
||||
.label {
|
||||
flex: none;
|
||||
font-size: 1.4rem;
|
||||
text-align: center;
|
||||
color: @color-surface-light5-90;
|
||||
}
|
||||
|
||||
.description {
|
||||
flex: none;
|
||||
text-align: center;
|
||||
color: @color-surface-dark1-90;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue