Skip to content

Commit f0823fe

Browse files
committed
refactor(ReadAllButton): use new variables for ServerBlacklistModal style
1 parent 5c00976 commit f0823fe

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

plugins/ReadAllButton/src/components/ServerBlacklistModal.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
display: flex;
33
flex-direction: column;
44
overflow: unset !important;
5-
padding-left: 12px;
5+
padding-left: calc(16px - var(--custom-add-permissions-modal-focus-ring-width));
66
padding-right: 0 !important;
77
}
88

@@ -11,15 +11,15 @@
1111
border-color: var(--background-tertiary);
1212
flex-shrink: 0;
1313
margin-bottom: 16px;
14-
margin-left: 4px;
14+
margin-left: var(--custom-add-permissions-modal-focus-ring-width);
1515
margin-right: 16px;
1616
}
1717

1818
.readAllButton-blacklistItem {
1919
display: flex;
2020
flex-direction: row;
2121
margin-right: 8px;
22-
padding: 6px 0 6px 4px;
22+
padding: 6px 0 6px var(--custom-add-permissions-modal-focus-ring-width);
2323
}
2424

2525
.readAllButton-blacklistItemIcon {

0 commit comments

Comments
 (0)