Skip to content

Commit c134d52

Browse files
authored
Update desktop.css
1 parent 61e454f commit c134d52

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

css/desktop.css

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,26 +5,28 @@
55

66
#secondChatServerIFrame {
77
backdrop-filter: blur(9px);
8-
height: calc(100% - 40px);
8+
height: calc(100% - 50px);
99
border: 0px;
10-
width: 100%;
10+
width: 300px;
1111
position: absolute;
1212
bottom: 0px;
1313
scrollbar-color: transparent rgba(255, 255, 255, 0);
1414
scrollbar-width: none;
1515
}
1616

1717
.chatalt3 {
18-
backdrop-filter: blur(9px);
18+
/*backdrop-filter: blur(9px);
1919
height: 100%;
2020
position: absolute;
21-
top: 50px;
21+
top: 50px;*/
2222
scrollbar-color: transparent rgba(255, 255, 255, 0.05);
2323
scrollbar-width: none;
2424
}
2525

2626
#secondChatServer {
27-
height: 100%;
27+
/*height: 100%;*/
28+
scrollbar-color: transparent rgba(255, 255, 255, 0.05);
29+
scrollbar-width: none;
2830
}
2931

3032
::-webkit-scrollbar {

0 commit comments

Comments
 (0)