style & layout updates
This commit is contained in:
parent
ebd08fb2e5
commit
485b90fb46
9 changed files with 65 additions and 159 deletions
|
@ -9,6 +9,7 @@
|
|||
|
||||
.page {
|
||||
width: 37.5em;
|
||||
border-radius: var(--border-radius);
|
||||
}
|
||||
|
||||
#title::before, #title::after {
|
||||
|
@ -30,12 +31,11 @@
|
|||
}
|
||||
|
||||
|
||||
@media screen {
|
||||
@media not speech {
|
||||
.nsfw::after {
|
||||
content: url(../18_plus_white.svg);
|
||||
height: 1em;
|
||||
width: 1em;
|
||||
transform: rotate(var(--nsfw-sticker-rotate));
|
||||
mix-blend-mode: hard-light;
|
||||
margin-left: 0.3em;
|
||||
}
|
||||
|
@ -43,7 +43,7 @@
|
|||
|
||||
@media speech {
|
||||
.nsfw::after {
|
||||
content: ' (some nsfw)';
|
||||
content: ' (contains adult content)';
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue