Shrink default notification box

Also reduces Inject/Debug notification display time as 5 seconds is a
long time for a message telling you it worked
This commit is contained in:
Nick O'Leary
2021-05-11 14:45:53 +01:00
parent 3e43597617
commit ed3aa8189f
3 changed files with 5 additions and 4 deletions

View File

@@ -25,7 +25,7 @@
.red-ui-notification {
box-sizing: border-box;
position: relative;
padding: 14px 18px;
padding: 8px 18px 0px;
margin-bottom: 4px;
box-shadow: 0 1px 1px 1px $shadow;
background-color: $secondary-background;
@@ -35,6 +35,7 @@
overflow: hidden;
.ui-dialog-buttonset {
margin-top: 20px;
margin-bottom: 10px;
}
}
.red-ui-notification p:first-child {