you know what it is
ksk-improvement by mbahArip
Details
AuthormbahArip
LicenseNo License
Categoryksk.moe
Created
Updated
Size1.4 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name ksk-improvement
@namespace ksk.moe
@version 1
@description You know what it is
@author mbaharip
==/UserStyle== */
@-moz-document url-prefix("https://ksk.moe/read/") {
div.pages {
width: 100% !important;
height: 100% !important;
}
div.pages > button.page > div {
width: 100vw !important;
height: 100vh !important;
}
div.pages img {
width: 100vw !important;
height: 100vh !important;
object-fit: contain !important;
}
}
@-moz-document url-prefix("https://ksk.moe") {
main > section.feed.galleries > main {
display: flex;
flex-wrap: wrap;
}
main > section.feed.galleries > main > article {
display: flex;
flex-direction: column;
align-items: stretch;
justify-content: start;
}
main > section.feed.galleries > main article > a {
display: flex;
height: 100%;
flex-direction: column;
align-items: start;
}
main > section.feed.galleries > main article > a > header img {
border-radius: 8px;
max-height: 320px;
height: 100%;
overflow: hidden;
object-fit: cover;
}
main > section.feed.galleries > main article > a > main > h3 > a {
color: white;
}
main > section.feed.galleries > main article > a > footer {
display: inline-block;
line-clamp: 0;
-webkit-line-clamp: 0 !important;
height: fit-content
}
}