This commit is contained in:
Michał Gdula 2022-08-15 10:56:05 +00:00
parent 6a6fac8c66
commit b7362ca195
18 changed files with 776 additions and 746 deletions

View file

@ -96,8 +96,9 @@
}
.nsfw-blur {
filter: blur(10px);
filter: blur(8px);
}
.nsfw-warning {
width: 100%;
height: 100%;
@ -106,38 +107,46 @@
bottom: 0;
left: 0;
right: 0;
position: absolute;
z-index: 5;
display: flex; flex-direction: column;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
text-decoration: none;
font-family: $font-body;
background-color: $bg-alt;
span {
color: $red;
text-align: center;
text-shadow: 0 0 2px $black;
&::after {
content: ' Content';
}
}
img {
margin: 0.25rem;
width: 2rem;
height: 2rem;
width: 2.5rem;
height: 2.5rem;
}
}
@media (max-width: 500px) {
.nsfw-warning {
span {
display: none;
span::after {
content: none;
}
}
}
/*
|-------------------------------------------------------------
| IMAGE
@ -213,6 +222,7 @@
border-radius: $rad;
font-family: $font-body;
&::before {
content: '# ';
}

View file

@ -13,10 +13,20 @@ footer {
width: calc(100% - 1.4rem);
a {
margin: 0.5rem;
p {
margin: 0 0.5rem;
text-decoration: none;
font-size: 16px;
font-family: $font-body;
}
a {
margin: 0 0.5rem;
text-decoration: none;
font-size: 16px;
font-family: $font-body;