* Make other names searchable. * Add post count and update timestamp. * Add edit / delete / undelete links.
8 lines
192 B
SCSS
8 lines
192 B
SCSS
.artist-other-name, .wiki-other-name {
|
|
background-color: var(--wiki-page-other-name-background-color);
|
|
padding: 3px;
|
|
margin-right: 0.25em;
|
|
line-height: 2.25em;
|
|
border-radius: 3px;
|
|
}
|