File tree Expand file tree Collapse file tree 4 files changed +15
-9
lines changed Expand file tree Collapse file tree 4 files changed +15
-9
lines changed Original file line number Diff line number Diff line change 30
30
</ head >
31
31
< body class ="dark:bg-otherGray transition duration-500 ">
32
32
<!-- header / navbar -->
33
- < div class ="px-5 flex justify-between items-center w-full h-32 mb-4
33
+ < div class ="px-5 flex justify-between items-center w-full h-32
34
34
bg-sessionGreen dark:bg-otherGray border-b-8 border-black dark:border-sessionGreen transition duration-500 ">
35
35
< div class ="text-black dark:text-white text-center ">
36
36
< h1 class ="text-3xl xs:text-4xl sm:text-5xl "> {% block heading %}{% endblock %}</ h1 >
@@ -41,7 +41,7 @@ <h1 class="text-3xl xs:text-4xl sm:text-5xl">{% block heading %}{% endblock %}</
41
41
</ div >
42
42
43
43
<!-- content/body -->
44
- < section class ="text-black dark:text-white ">
44
+ < section class ="text-black dark:text-white m-5 ">
45
45
{% block body %}
46
46
{% endblock %}
47
47
</ section >
Original file line number Diff line number Diff line change 6
6
7
7
{% block body %}
8
8
9
- < div class ="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 mx-4 ">
9
+ < div class ="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 ">
10
10
{% for room in rooms %}
11
11
{% for i in range(8) %}
12
12
< a class ="px-5 flex flex-col justify-center items-center transition duration-500 text-center w-full h-24
Original file line number Diff line number Diff line change 5
5
{% endblock %}
6
6
7
7
{% block body %}
8
- < center >
9
- < img src ="invite.png " style ="margin: 2em " />
10
- < pre > {{room.url}}</ pre >
11
- </ center >
8
+ < div class ="flex justify-center align-center space-x-3 ">
9
+ < div class ="w-2/3 md:w-5/6 ">
10
+ < button class ="bg-black text-white dark:bg-sessionGreen dark:text-black rounded px-1 py-1 my-2 " > < a href ="/ "> < Back </ a > </ button >
11
+ < pre class ="text-sm break-all whitespace-normal "> {{room.url}}</ pre >
12
+ </ div >
13
+ < div class ="w-1/3 md:w-1/6 ">
14
+ < img class ="aspect-square max-w-full max-h-40 " src ="invite.png " />
15
+ </ div >
16
+ </ div >
12
17
{% if show_recent %}
13
- < ul id ="messages ">
18
+ < ul id ="messages " class ="" >
14
19
< li > loading...</ li >
15
20
</ ul >
16
21
< script >
Original file line number Diff line number Diff line change @@ -29,4 +29,5 @@ http = :80
29
29
mount = /=sogs.web:app
30
30
mule = sogs.mule:run
31
31
touch-reload = /root/session-pysogs/sogs/templates/index.html
32
- touch-reload = /root/session-pysogs/sogs/templates/base.html
32
+ touch-reload = /root/session-pysogs/sogs/templates/base.html
33
+ touch-reload = /root/session-pysogs/sogs/templates/view_room.html
You can’t perform that action at this time.
0 commit comments