style(NoticeBar): increase icon min-width to 24px (#6280)

This commit is contained in:
neverland 2020-05-14 21:05:36 +08:00 committed by GitHub
parent cf9f2f9bd2
commit 26e9492d79
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -463,7 +463,7 @@
@notice-bar-line-height: 24px;
@notice-bar-background-color: @orange-light;
@notice-bar-icon-size: 16px;
@notice-bar-icon-min-width: 22px;
@notice-bar-icon-min-width: 24px;
// Notify
@notify-text-color: @white;