no button on the nsfw warning goes to crouton.net
This commit is contained in:
parent
f16c2f549a
commit
fd216ae3dd
3 changed files with 21 additions and 6 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue