Skip to content

Commit ba116c6

Browse files
authored
Update mobile.css
1 parent 0544bcc commit ba116c6

File tree

1 file changed

+45
-5
lines changed

1 file changed

+45
-5
lines changed

css/mobile.css

Lines changed: 45 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,46 @@
1+
#messages2 {
2+
width: 300px;
3+
height: 492px;
4+
text-wrap: wrap;
5+
overflow-y: scroll;
6+
margin: 10px;
7+
margin-top: 1rem;
8+
}
9+
.box {
10+
width: 300px;
11+
text-wrap: wrap;
12+
top: 40px;
13+
position: absolute;
14+
height: calc(100% - 40px);
15+
backdrop-filter: blur(9px);
16+
}
17+
#bar {
18+
margin-top:4px;
19+
bottom: 0px;
20+
position: absolute;
21+
width: 300px;
22+
}
23+
.inputstyle{
24+
background-color: transparent;
25+
}
26+
#thirdChatServer {
27+
scrollbar-color: transparent rgba(255, 255, 255, 0);
28+
scrollbar-width: none;height: 100%;
29+
}
30+
.thirdChatClass {
31+
position: absolute;
32+
height: calc(100% - 50px);
33+
}
34+
.draw {
35+
display: none;
36+
scrollbar-color: transparent rgba(255, 255, 255, 0);
37+
scrollbar-width: none; position: absolute;
38+
left: 300px; top: 50px;
39+
}
40+
.cbox {
41+
scrollbar-color: transparent rgba(255, 255, 255, 0);
42+
scrollbar-width: none;
43+
}
144
@font-face {
245
font-family: 'Exo 2';
346
url('/font/Exo2-Regular.ttf') format('truetype'), /* Safari, Android, iOS */
@@ -343,18 +386,15 @@
343386
position: absolute;
344387
}
345388
.chatalt-cbox {
346-
scrollbar-color: transparent rgba(255, 255, 255, 0.05);
347-
scrollbar-width: none;
389+
scrollbar-color: transparent rgba(255, 255, 255, 0);
390+
scrollbar-width: none;height: 100%;
348391
backdrop-filter: blur(30px);
349392
top: 0%;
350393
z-index: 0;
351394
height: 100%;
352395
position: absolute;
353396
clip: rect(524px, 335px, 971px, 0px);
354397
}
355-
.draw {
356-
display: none;
357-
}
358398
#video-background {
359399
position: fixed;
360400
top: 0;

0 commit comments

Comments
 (0)