We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a2d29f5 + aa658f8 commit 4b5092aCopy full SHA for 4b5092a
packages/flasher/src/flasher.scss
@@ -37,7 +37,7 @@ $types: (
37
38
.fl-main-container {
39
position: fixed;
40
- max-width: 304px;
+ max-width: 350px;
41
width: 100%;
42
z-index: 99999;
43
@@ -103,6 +103,7 @@ $types: (
103
display: flex;
104
padding-top: 0.75rem;
105
padding-bottom: 0.75rem;
106
+ padding-right: 0.75rem;
107
align-items: center;
108
}
109
packages/pnotify/src/pnotify.ts
@@ -85,7 +85,6 @@ export default class PnotifyFactory implements NotificationFactoryInterface {
85
success(options as Options);
86
break;
87
case 'alert':
88
- case 'warning':
89
alert(options as Options);
90
91
case 'info':
0 commit comments