Fix the image thing

Signed-off-by: Skylar "The Cobra" Widulski <cobra@vern.cc>
This commit is contained in:
Skylar "The Cobra" Widulski 2024-01-22 03:50:14 -05:00
parent 33ec8a2787
commit 9b37e258da
Signed by: cobra
GPG Key ID: 4FD8F812083FF6F9
1 changed files with 22 additions and 0 deletions

View File

@ -14,6 +14,28 @@ body {
a { color:#ff6c6b; text-decoration:none; }
a:hover { color:#ff6c6b; text-decoration:underline; }
body > ul > li img {
height: 100px;
width: auto;
}
body > ul {
white-space: nowrap;
position: relative;
overflow-y: hidden;
overflow-x: scroll;
-webkit-overflow-scrolling: touch;
}
img {
max-width: 90vw;
height: auto;
}
input {
max-width: 80vw;
}
h1,h2,h3,.fact_check_info_title {
line-height:1.2;
color:#51afef;