mirror of
https://codeberg.org/tacerus/teddit.git
synced 2025-02-16 22:20:59 +01:00
fix stretched thumbnails #5
This commit is contained in:
parent
c92bf7f7bc
commit
ae18d4712b
9
dist/css/styles.css
vendored
9
dist/css/styles.css
vendored
@ -500,13 +500,16 @@ input[type="submit"]:hover,
|
|||||||
height: 50px;
|
height: 50px;
|
||||||
}
|
}
|
||||||
#links .link .image {
|
#links .link .image {
|
||||||
max-width: 80px;
|
width: 80px;
|
||||||
max-height: 80px;
|
max-height: 80px;
|
||||||
float: left;
|
float: left;
|
||||||
|
text-align: center;
|
||||||
}
|
}
|
||||||
#links .link .image img {
|
#links .link .image img {
|
||||||
width: 80px;
|
width: auto;
|
||||||
height: 80px;
|
height: auto;
|
||||||
|
max-width: 80px;
|
||||||
|
max-height: 80px;
|
||||||
}
|
}
|
||||||
#links .link .entry {
|
#links .link .entry {
|
||||||
float: left;
|
float: left;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user