File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 30
30
</ script >
31
31
32
32
</ head >
33
- < body class ="dark:bg-otherGray transition duration-500 max-h-screen flex flex-col ">
33
+ < body class ="dark:bg-otherGray transition duration-500 h-full flex flex-col overflow-hidden ">
34
34
35
35
{% block modal %}
36
36
{% endblock %}
37
37
38
38
<!-- header / navbar -->
39
39
< div class ="px-2 sm:px-5 flex-none flex justify-between items-center w-full h-32 max-h-32
40
40
bg-sessionGreen dark:bg-otherGray border-b-2 border-black dark:border-lightGray transition duration-500 ">
41
- < div class ="text-black dark:text-white text-center ">
41
+ < div class ="text-black text-center ">
42
42
< button >
43
43
< a href ="/ ">
44
- < h1 class ="text-3xl xs:text-4xl sm:text-5xl underline decoration-black dark:decoration-sessionGreen decoration-2 "> {% block heading %}{% endblock %}</ h1 >
45
- < p class ="text-lg xs:text-xl sm:text-2xl "> Session Open Group Server</ p >
44
+ < h1 class ="dark: text-white text- 3xl xs:text-4xl sm:text-5xl decoration-black dark:decoration-white decoration-2 "> {% block heading %}{% endblock %}</ h1 >
45
+ < p class ="dark:text-sessionGreen text-lg xs:text-xl sm:text-2xl "> Session Open Group Server</ p >
46
46
</ a >
47
47
</ button >
48
48
</ div >
Original file line number Diff line number Diff line change 6
6
7
7
{% block body %}
8
8
9
- < section class ="overflow-y-auto text-black dark:text-white ">
9
+ < section class ="overflow-y-auto text-black dark:text-white shrink ">
10
10
< div class ="m-5 grid grid-cols-2 sm:grid-cols-3 lg:grid-cols-4 2xl:grid-cols-6 justify-items-center gap-y-2 gap-x-2 ">
11
11
{% for room in rooms %}
12
12
{% for i in range(8) %}
Original file line number Diff line number Diff line change 43
43
{% block body %}
44
44
<!-- <button class="bg-black text-white dark:bg-sessionGreen dark:text-black rounded px-1 py-1 my-2" > <a href="/">< Back</a></button> -->
45
45
46
- < section class ="overflow-y-auto text-black dark:text-white flex flex-col-reverse ">
46
+ < section class ="overflow-y-auto text-black dark:text-white flex flex-col-reverse items-center ">
47
47
{% if show_recent %}
48
- < div id ="messages-container " class ="m-5 flex flex-col-reverse " >
48
+ < div id ="messages-container " class =" m-2 flex flex-col-reverse w-[93vw] " >
49
49
< ul id ="messages " class ="m-2 ">
50
50
< li > loading...</ li >
51
51
</ ul >
You can’t perform that action at this time.
0 commit comments