Condensed RC styles

This commit is contained in:
alistair3149 2020-03-18 17:31:01 -04:00
parent ce4078cc96
commit 8b50bcdd7c
No known key found for this signature in database
GPG key ID: 94D081060FD3DD9C

View file

@ -39,29 +39,12 @@
}
.comment {
margin-top: @content-margin-top / 2;
display: block;
color: @base-30;
font-size: @content-monospace-size;
}
.mw-tag-markers {
margin-top: @content-margin-top / 2;
display: flex;
visibility: hidden; // Hide other stuff
white-space: nowrap;
overflow: auto;
.mw-tag-marker {
visibility: visible;
order: -1;
margin-right: @margin-side / 2;
padding: @margin-side / 4 @margin-side / 2;
display: block;
border: 1px solid @base-90;
background-color: @base-90;
color: @base-30;
font-size: @content-caption-size;
}
}
}
@ -86,8 +69,6 @@
.mw-tag-markers {
.mw-tag-marker {
border-color: @dark-bg-10;
background-color: @dark-bg-10;
color: @dark-text-80;
}
}