mirror of
https://github.com/Fluffy-Bean/image-gallery.git
synced 2025-06-28 12:26:16 +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
|
@ -55,6 +55,8 @@
|
|||
|
||||
position: relative;
|
||||
|
||||
overflow: hidden;
|
||||
|
||||
flex: 1 0 150px;
|
||||
|
||||
transition: transform 0.15s cubic-bezier(.19, 1, .22, 1);
|
||||
|
@ -93,6 +95,9 @@
|
|||
border-radius: calc($rad - 0.5rem);
|
||||
}
|
||||
|
||||
.nsfw-blur {
|
||||
filter: blur(10px);
|
||||
}
|
||||
/*
|
||||
|-------------------------------------------------------------
|
||||
| IMAGE
|
||||
|
@ -168,6 +173,9 @@
|
|||
border-radius: $rad;
|
||||
|
||||
font-family: $font-body;
|
||||
&::before {
|
||||
content: '# ';
|
||||
}
|
||||
}
|
||||
|
||||
// DANGER ZONE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue