summaryrefslogtreecommitdiff
path: root/static/style.css
diff options
context:
space:
mode:
authorlolcat <will@lolcat.ca>2024-03-29 04:59:41 -0400
committerlolcat <will@lolcat.ca>2024-03-29 04:59:41 -0400
commitd9fcab402ba183c427343a00e45de6d4f1916a2a (patch)
tree1d76c64761de438505e2a51c6603442f9d365812 /static/style.css
parent8a934529eaad2b0e7f4908b83e9b2a8fb0ff2f9c (diff)
fix google thumbnails
Diffstat (limited to 'static/style.css')
-rw-r--r--static/style.css10
1 files changed, 3 insertions, 7 deletions
diff --git a/static/style.css b/static/style.css
index 9e04c11..576b3c3 100644
--- a/static/style.css
+++ b/static/style.css
@@ -544,10 +544,7 @@ h3,h4,h5,h6{
width:160px;
height:90px;
background:var(--282828);
- text-align:center;
- line-height:87px;
border:1px solid var(--504945);
- overflow:hidden;
margin-left:7px;
}
@@ -569,10 +566,9 @@ h3,h4,h5,h6{
}
.thumb-wrap .thumb{
- max-width:100%;
- max-height:100%;
- text-align:left;
- vertical-align:middle;
+ object-fit:fill;
+ width:100%;
+ height:100%;
}
.thumb-wrap.portrait{