|
1 | 1 | <!DOCTYPE html>
|
2 |
| -<html lang="en"> |
| 2 | +<html lang="en" class = "h-full bg-gray-50"> |
3 | 3 | <head>
|
4 | 4 | <title></title>
|
5 | 5 |
|
|
12 | 12 | </head>
|
13 | 13 |
|
14 | 14 |
|
15 |
| - <body > |
| 15 | + <body class="h-full"> |
16 | 16 |
|
17 | 17 | <div x-data="{ tab: 'map', mobileMenuOpen: false, showLogin: true,}">
|
18 | 18 |
|
19 |
| - <div x-show = "!showLogin" class="min-h-full"> |
| 19 | + <div x-show = "!showLogin" class=""> |
20 | 20 |
|
21 | 21 | <nav class="bg-white border-b border-gray-200">
|
22 | 22 | <div class="max-w-7xl mx-auto px-4 lg:px-6 lg:px-8">
|
|
124 | 124 | <div :class="{ 'hidden' : mobileMenuOpen}" class="absolute inset-x-0 top-4 lg:top-20 h-16 flex items-center justify-center">
|
125 | 125 | <div class = "text-3xl flex flex-row bg-white gap-y-4 gap-x-10 px-8 pt-3 pb-1 rounded-md z-20">
|
126 | 126 |
|
127 |
| - <!-- <div x-data="{battery_voltage: ''}" class = "flex flex-col"> |
128 |
| - <h3 class="text-xs mb-2 uppercase"> Voltage</h3> |
129 |
| - <span class="text-2xl" x-text="battery_voltage"> </span> |
130 |
| - </div> |
131 |
| -
|
132 |
| - <div x-data="{controller_temp: ''}" class = "flex flex-col"> |
133 |
| - <h3 class="text-xs mb-2 uppercase"> Temp</h3> |
134 |
| - <span class="text-2xl" x-text="controller_temp"></span> |
135 |
| - </div> |
136 |
| -
|
137 |
| - <div x-data="{current_trip: ''}" class = "flex flex-col"> |
138 |
| - <h3 class="text-xs mb-2 uppercase"> Trip</h3> |
139 |
| - <span class="text-2xl" x-text="current_trip"> </span> |
140 |
| - </div> |
141 |
| -
|
142 |
| - <div x-data="{gps_speed: ''}" class = "flex flex-col"> |
143 |
| - <h3 class="text-xs mb-2 uppercase"> Speed</h3> |
144 |
| - <span class="text-2xl" x-text="gps_speed"> </span> |
145 |
| - </div> --> |
146 |
| - |
147 | 127 |
|
148 | 128 | <div class = "flex flex-col">
|
149 | 129 | <h3 class="text-xs mb-2 uppercase"> Voltage</h3>
|
@@ -228,22 +208,9 @@ <h3>Settings</h3>
|
228 | 208 |
|
229 | 209 |
|
230 | 210 |
|
231 |
| - |
232 |
| - |
233 |
| - |
234 |
| - |
235 |
| -<!-- |
236 |
| - This example requires updating your template: |
237 |
| -
|
238 |
| - ``` |
239 |
| - <html class="h-full bg-gray-50"> |
240 |
| - <body class="h-full"> |
241 |
| - ``` |
242 |
| ---> |
243 |
| - |
244 | 211 | <div x-show="showLogin" class="min-h-full flex flex-col justify-center py-12 sm:px-6 lg:px-8">
|
245 | 212 |
|
246 |
| - <div class="mt-8 sm:mx-auto sm:w-full sm:max-w-md"> |
| 213 | + <div class="mt-8 sm:mx-auto sm:w-full lg:max-w-lg"> |
247 | 214 | <div class="bg-white py-8 px-4 shadow sm:rounded-lg sm:px-10">
|
248 | 215 | <form class="space-y-6" action="#" method="POST">
|
249 | 216 | <div>
|
|
0 commit comments