Skip to content
Snippets Groups Projects
Commit fc1283da authored by HJ's avatar HJ :fire:
Browse files

fixed nsfw hider having very small height, some border-radii for consistency

parent 57e91bc7
No related branches found
No related tags found
1 merge request!234Fix/more css fixes and stuff
......@@ -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 {
......
......@@ -135,10 +135,6 @@
cursor: not-allowed;
}
.icon-cancel {
cursor: pointer;
}
form {
display: flex;
flex-direction: column;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment