mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
alerts: Fix vertical alignment of "x" button.
This commit fixes the vertical alignment of "x" button in the alert to be more closer to the center. We can still improve it by probably using something like flexbox layout instead of hard coding paddings or margins.
This commit is contained in:
@@ -194,7 +194,7 @@ $alert-error-red: hsl(0deg 80% 40%);
|
||||
.exit {
|
||||
float: right;
|
||||
margin: -10px -50px -10px 0;
|
||||
padding: 10px;
|
||||
padding: 13px 10px;
|
||||
|
||||
font-size: 2.5em;
|
||||
font-weight: 300;
|
||||
|
Reference in New Issue
Block a user