General fixes + nsfw tag blur

This commit is contained in:
Michał Gdula 2022-08-14 16:43:54 +00:00
parent aad35ee2d2
commit 9dc911ea4c
8 changed files with 55 additions and 16 deletions

View file

@ -185,6 +185,7 @@ nav .btn {
background-color: #151515;
border-radius: -0.5rem;
position: relative;
overflow: hidden;
flex: 1 0 150px;
transition: transform 0.15s cubic-bezier(0.19, 1, 0.22, 1);
}
@ -216,6 +217,10 @@ nav .btn {
border-radius: -0.5rem;
}
.nsfw-blur {
filter: blur(10px);
}
/*
|-------------------------------------------------------------
| IMAGE
@ -349,6 +354,9 @@ nav .btn {
border-radius: 0rem;
font-family: "Secular One", sans-serif;
}
.tag::before {
content: "# ";
}
.danger-zone {
margin-bottom: 1rem;