mirror of
https://codeberg.org/rimu/pyfedi
synced 2025-02-03 00:31:25 -08:00
little tweaks #241
This commit is contained in:
parent
24cc9b2bce
commit
a6b5e8d19a
2 changed files with 4 additions and 2 deletions
|
@ -725,8 +725,9 @@ fieldset legend {
|
||||||
top: 0;
|
top: 0;
|
||||||
}
|
}
|
||||||
.post_list .post_teaser .thumbnail .fe-video {
|
.post_list .post_teaser .thumbnail .fe-video {
|
||||||
left: 121px;
|
left: 160px;
|
||||||
top: 0;
|
top: 0;
|
||||||
|
padding-top: 1px;
|
||||||
}
|
}
|
||||||
.post_list .post_teaser .thumbnail img {
|
.post_list .post_teaser .thumbnail img {
|
||||||
height: 60px;
|
height: 60px;
|
||||||
|
|
|
@ -319,8 +319,9 @@ html {
|
||||||
}
|
}
|
||||||
|
|
||||||
.fe-video {
|
.fe-video {
|
||||||
left: 121px;
|
left: 160px;
|
||||||
top: 0;
|
top: 0;
|
||||||
|
padding-top: 1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
img {
|
img {
|
||||||
|
|
Loading…
Add table
Reference in a new issue