mirror of
https://codeberg.org/tacerus/teddit.git
synced 2024-11-22 14:59:26 +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;
|
||||
}
|
||||
#links .link .image {
|
||||
max-width: 80px;
|
||||
width: 80px;
|
||||
max-height: 80px;
|
||||
float: left;
|
||||
text-align: center;
|
||||
}
|
||||
#links .link .image img {
|
||||
width: 80px;
|
||||
height: 80px;
|
||||
width: auto;
|
||||
height: auto;
|
||||
max-width: 80px;
|
||||
max-height: 80px;
|
||||
}
|
||||
#links .link .entry {
|
||||
float: left;
|
||||
|
Loading…
Reference in New Issue
Block a user