Fix emoji board style

This commit is contained in:
Ajay Bura 2022-08-11 16:31:02 +05:30
parent 59fd34a4b4
commit 0cf5aac591
2 changed files with 0 additions and 3 deletions

View file

@ -25,7 +25,6 @@
min-height: 100%;
padding: 4px 6px;
background-color: var(--bg-surface-low);
@include dir.side(border, none, 1px solid var(--bg-surface-border));
position: relative;

View file

@ -17,8 +17,6 @@
flex-direction: column;
min-height: 100%;
padding: 4px 6px;
background-color: var(--bg-surface-low);
@include dir.side(border, none, 1px solid var(--bg-surface-border));
}