Files
danbooru/app/javascript/src/styles/specific/artists.scss
evazion 90fef76121 artists: reorganize index page.
* Make other names searchable.
* Add post count and update timestamp.
* Add edit / delete / undelete links.
2019-11-04 16:45:19 -06:00

17 lines
273 B
SCSS

div#c-artists, div#excerpt {
span.new-artist {
font-weight: bold;
color: var(--new-artist-color);
}
.recent-posts h2 {
margin: 1em 0 0.5em;
}
div#a-index {
td {
height: 2.25em; /* should match .artist-other-name line-height */
}
}
}