adjust nsfw dialog spacing
This commit is contained in:
parent
42c513914b
commit
31acd4189b
1 changed files with 4 additions and 2 deletions
|
@ -56,6 +56,8 @@
|
|||
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
|
||||
margin-top: 1em;
|
||||
}
|
||||
|
||||
.dialog button + button {
|
||||
|
@ -72,11 +74,11 @@
|
|||
color: black;
|
||||
}
|
||||
|
||||
button.yes {
|
||||
.dialog .yes {
|
||||
background: hsl(100deg, 70%, 80%);
|
||||
}
|
||||
|
||||
button.no {
|
||||
.dialog .no {
|
||||
background: hsl(5deg, 70%, 80%);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue