Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Add padding for close button in settings dialog #9202

Closed
wants to merge 7 commits into from
Closed
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion res/css/_common.pcss
Original file line number Diff line number Diff line change
Expand Up @@ -469,8 +469,10 @@ legend {
width: 14px;
height: 14px;
position: absolute;
top: 10px;
top: 0;
right: 0;
mask-size: auto;
padding: 9px;
}

.mx_Dialog_content {
Expand Down