Skip to content

Commit

Permalink
Put .di-tags rules back in site.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
huntertur committed Dec 5, 2024
1 parent 59d64b3 commit 49c044c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 17 deletions.
16 changes: 0 additions & 16 deletions assets/scss/components/_detail-tag-form.scss
Original file line number Diff line number Diff line change
Expand Up @@ -117,19 +117,3 @@ $tag-reject-deemphasize-size: 11px;
.tags-actions {
margin-top: 8px;
}

@media (min-width: 45em) {
.di-tags {
width: 48%;
margin-right: 0;
margin-left: auto;
}
}

@media (min-width: 65em) {
.di-tags {
width: auto;
float: none;
margin-left: 0;
}
}
8 changes: 7 additions & 1 deletion assets/scss/site.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3203,6 +3203,12 @@ img + #detail-art-text {
clear: left;
}

.di-tags {
width: 48%;
margin-right: 0;
margin-left: auto;
}

.detail-folder-nav {
margin: 6em auto 4em;
max-width: 20em;
Expand Down Expand Up @@ -3332,7 +3338,7 @@ img + #detail-art-text {
padding-top: 2rem;
}

#di-info, #detail-manage, #detail-collection-offer, #detail-mod {
#di-info, .di-tags, #detail-manage, #detail-collection-offer, #detail-mod {
width: auto;
float: none;
margin-left: 0;
Expand Down

0 comments on commit 49c044c

Please sign in to comment.