Make the push notification modal slightly more correct. Closes #2163
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user