Skip to content

Commit 6b757da

Browse files
refactor: update styling approach for message layout (#1364)
1 parent 8c2aef1 commit 6b757da

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/css/style.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ body[data-color-accessibility-mode][data-color-scheme="dark"] {
3131
sbs-message {
3232
--message-background-color-red: var(--sb-background-red);
3333
--message-background-color-green: var(--sb-background-green);
34+
margin-top: 1em;
3435
}
3536

3637
[data-sb-compact-mode] {

src/ts/components/sbsMessage.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ class SbsMessage extends LitElement {
6161
padding: 1em;
6262
border-radius: 0.5em;
6363
background: var(--message-background-color);
64-
margin: 1em 0 0 0;
6564
}
6665
6766
.shadowban-scanner-message.focal-mode {

0 commit comments

Comments
 (0)