Details
-
Type:
New Feature
-
Status: Closed
-
Priority:
Normal
-
Resolution: Done
-
Affects Version/s: Freshly, 9.0.0
-
Fix Version/s: 9.0.1
-
Component/s: None
-
Security Level: Jimmy
-
Labels:None
-
gh.sprint.customfield.default.name:ZK 9.0.1 S1
Description
Current feature toast popups use a style copied from notification.
Notification popups have a lot of padding ( padding: 32px 16px 32px 56px; in iceblue, but older themes also have a lot of padding)
Since toast is stackable, it makes more sense to remove the padding for the toast popups.
for example, the following provide a much more compact and usable toast notification:
.z-toast-content { padding: 10px 16px 10px 56px; min-height: auto; }