revamped artist reltags, fixes #1094
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
@import "../common/000_vars.css.scss";
|
||||
|
||||
div#related-tags-container, div#artist-tags-container {
|
||||
div#related-tags-container {
|
||||
padding-right: 2em;
|
||||
|
||||
h1 {
|
||||
@@ -8,22 +8,6 @@ div#related-tags-container, div#artist-tags-container {
|
||||
}
|
||||
}
|
||||
|
||||
div#artist-tags {
|
||||
overflow: auto;
|
||||
width: 100%;
|
||||
margin-bottom: 1em;
|
||||
padding: 1em;
|
||||
background: #EEE;
|
||||
|
||||
div.artist {
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
|
||||
div.artist:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
|
||||
div.related-tags {
|
||||
width: 100%;
|
||||
margin-bottom: 1em;
|
||||
@@ -56,8 +40,7 @@ div.related-tags {
|
||||
}
|
||||
}
|
||||
|
||||
div.tag-column.artist {
|
||||
float: none;
|
||||
max-width: 100%;
|
||||
div.wide-column {
|
||||
max-width: 45em;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user