fixed nsfw hider having very small height, some border-radii for consistency
This commit is contained in:
parent
57e91bc783
commit
fc1283da83
2 changed files with 3 additions and 4 deletions
|
@ -96,6 +96,9 @@
|
|||
background: rgba(230,230,230,0.6);
|
||||
font-weight: bold;
|
||||
z-index: 4;
|
||||
line-height: 1;
|
||||
border-radius: $fallback--tooltipRadius;
|
||||
border-radius: var(--tooltipRadius, $fallback--tooltipRadius);
|
||||
}
|
||||
|
||||
.small {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue