Add gap between power and ruleset buttons

This commit is contained in:
Raymond Hill 2020-05-01 07:43:11 -04:00
parent 2a5dfc20e1
commit 435c888c67
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ hr {
flex-grow: 3; flex-grow: 3;
font-size: 700%; font-size: 700%;
justify-content: center; justify-content: center;
margin: 0; margin: 0 var(--popup-gap-thin);
padding: 0; padding: 0;
} }
body.off #switch { body.off #switch {