🌈 Color histograms for images, along with stats

This commit is contained in:
2022-02-10 01:22:47 -08:00
parent 7a10fb4d35
commit df2d336b48
11 changed files with 133 additions and 19 deletions

View File

@@ -42,11 +42,20 @@ pre {
}
// Dashboard
// Comic Detail
.stats-palette {
background-color: #fff6de;
display: inline-block;
p {
display: flex;
// padding: 1.5rem 2rem;
}
}
.recent-comics-container {
display: -webkit-box; /* Not needed if autoprefixing */
display: -ms-flexbox; /* Not needed if autoprefixing */
display: flex;
margin-left: -30px; /* gutter size offset */
margin-left: -22px; /* gutter size offset */
width: auto;
.recent-comics-column {