mirror of
https://github.com/Fluffy-Bean/image-gallery.git
synced 2025-06-27 20:06:17 +00:00
General fixes + nsfw tag blur
This commit is contained in:
parent
aad35ee2d2
commit
9dc911ea4c
8 changed files with 55 additions and 16 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue