Make the push notification modal slightly more correct. Closes #2163

This commit is contained in:
Gabe Kangas
2022-12-05 21:53:09 -08:00
parent 5bc7fe04b6
commit 4bcfc82a30
3 changed files with 24 additions and 18 deletions

View File

@@ -1,7 +1,14 @@
.description {
margin-bottom: 5px;
}
.pushPreview {
border-style: dashed;
border-width: 2px;
width: 30vw;
width: 100%;
max-width: 400px;
margin: 1%;
margin-top: 10px;
.inner {
margin: 10px;
@@ -15,6 +22,13 @@
.permissionLine {
margin-top: 5px;
display: flex;
align-items: center;
.bell {
margin-top: -1px;
margin-right: 5px;
}
}
.buttonRow {
@@ -30,10 +44,6 @@
background-color: white;
}
.allow {
background-color: var(--theme-primary-color);
}
button {
margin-left: 10px;
padding-left: 15px;