Skip to content

Commit 32aa3f1

Browse files
authored
Merge pull request #370 from NINI1988/fix-header-margin
Fix: Header size and scrollarea margin fix #369
2 parents 4e647c9 + ee2dae0 commit 32aa3f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib/Room/Room.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
flex: 1;
3434
overflow-y: auto;
3535
margin-right: 1px;
36-
margin-top: 60px;
36+
margin-top: 65px;
3737
-webkit-overflow-scrolling: touch;
3838

3939
&.vac-scroll-smooth {
@@ -50,7 +50,7 @@
5050
color: var(--chat-message-color-started);
5151
font-style: italic;
5252
text-align: center;
53-
margin-top: 30px;
53+
margin-top: 25px;
5454
margin-bottom: 20px;
5555
}
5656

0 commit comments

Comments
 (0)