Skip to content

Commit 88c4eb0

Browse files
committed
fix:hight remove
1 parent efa1ea4 commit 88c4eb0

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

resources/views/components/homepage/floor-room-booking.blade.php

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -165,39 +165,39 @@ class="inline-flex items-center justify-center w-12 h-12 bg-blue-600 text-white
165165
height: auto;
166166
}
167167
168-
/* Floor positions - 0px gaps between floors */
168+
/* Floor positions - TRUE 0px gaps (measured heights) */
169169
.floor-5 {
170170
top: 0;
171171
left: 150px;
172172
z-index: 5;
173173
}
174174
175175
.floor-4 {
176-
top: 140px;
176+
top: 115px;
177177
left: 128.5px;
178178
z-index: 4;
179179
}
180180
181181
.floor-3 {
182-
top: 280px;
182+
top: 199px;
183183
left: 101.5px;
184184
z-index: 3;
185185
}
186186
187187
.floor-2 {
188-
top: 420px;
188+
top: 297px;
189189
left: 75px;
190190
z-index: 2;
191191
}
192192
193193
.floor-1 {
194-
top: 560px;
194+
top: 409px;
195195
left: 87px;
196196
z-index: 1;
197197
}
198198
199199
.base {
200-
top: 700px;
200+
top: 515px;
201201
left: -112px;
202202
z-index: 0;
203203
pointer-events: none;
@@ -210,22 +210,22 @@ class="inline-flex items-center justify-center w-12 h-12 bg-blue-600 text-white
210210
}
211211
212212
.floor-4.selected {
213-
top: 110px;
213+
top: 85px;
214214
left: 6px;
215215
}
216216
217217
.floor-3.selected {
218-
top: 250px;
218+
top: 169px;
219219
left: -30px;
220220
}
221221
222222
.floor-2.selected {
223-
top: 390px;
223+
top: 267px;
224224
left: -60px;
225225
}
226226
227227
.floor-1.selected {
228-
top: 530px;
228+
top: 379px;
229229
left: -60px;
230230
}
231231
</style>

0 commit comments

Comments
 (0)