DeepDanbooru / style.css
MonkeyJuice's picture
Update cropImage style
d3cab6f
raw history blame
No virus
600 Bytes
.m5dd_list {
display: flex;
cursor: pointer;
font-size: 1.2em;
padding: .5em;
user-select: none;
}
.m5dd_list>span.label {
flex: 1;
padding: 0 .5em;
}
.m5dd_list>span.prob {
color: #aaa;
padding: 0 .5em;
}
.m5dd_list:nth-child(even) { background: #ECEDF0; }
.dark .m5dd_list:nth-child(even) { background: #1F2937; }
.m5dd_list:not(.use)>span.label {
text-decoration: line-through;
color: #ccc;
}
.m5dd_image .upload-container .image-frame {
height: 20em;
}
.m5dd_image .upload-container .image-frame {
height: 20em;
}
.m5dd_image2 .image-container {
height: 20em;
}