no button on the nsfw warning goes to crouton.net

This commit is contained in:
rhiannon morris 2023-07-19 23:07:18 +02:00
parent f16c2f549a
commit fd216ae3dd
3 changed files with 21 additions and 6 deletions

View file

@ -61,8 +61,8 @@
margin-top: 1em;
}
.dialog button + button {
margin-left: 1em;
.dialog-buttons > * {
margin: 0 1em;
}
.dialog button {
@ -74,6 +74,16 @@
font-weight: 600;
font-size: inherit;
color: black;
position: relative;
cursor: pointer;
}
.dialog button a {
inset: 0;
width: max-content;
text-decoration: none;
}
.dialog .yes {