forked from nutomic/lemmy
Widening thumbnails.
This commit is contained in:
parent
ccd867d388
commit
3032949f58
1 changed files with 2 additions and 2 deletions
4
ui/src/css/main.css
vendored
4
ui/src/css/main.css
vendored
|
@ -120,8 +120,8 @@ blockquote {
|
||||||
}
|
}
|
||||||
|
|
||||||
.thumbnail {
|
.thumbnail {
|
||||||
max-height: 50px;
|
max-height: 62px;
|
||||||
max-width: 50px;
|
max-width: 400px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.no-s-hows {
|
.no-s-hows {
|
||||||
|
|
Loading…
Reference in a new issue