|
344 | 344 | border: 1px solid rgba(27, 217, 106, 0.07);
|
345 | 345 | box-shadow: 0px 12px 38.1px rgba(27, 217, 106, 0.13);
|
346 | 346 | "
|
347 |
| - class="relative flex flex-col gap-4 overflow-hidden rounded-2xl p-6 text-left backdrop-blur-xl md:p-12" |
| 347 | + class="relative flex flex-col gap-4 overflow-hidden rounded-2xl p-6 text-left sm:backdrop-blur-xl md:p-12" |
348 | 348 | >
|
349 | 349 | <h2 class="m-0 text-lg font-bold">Easy to use file manager</h2>
|
350 | 350 | <h3 class="m-0 text-base font-normal">
|
|
354 | 354 | <img
|
355 | 355 | src="~/assets/images/games/content-hero-fixed.png"
|
356 | 356 | alt=""
|
357 |
| - class="absolute -bottom-12 -right-[15%] max-w-2xl rounded-2xl bg-brand p-4" |
| 357 | + class="absolute -bottom-12 -right-[15%] hidden max-w-2xl rounded-2xl bg-brand p-4 sm:block" |
358 | 358 | />
|
359 |
| - <div |
360 |
| - aria-hidden="true" |
361 |
| - class="absolute bottom-8 right-8 rounded-full bg-brand p-4 text-sm font-bold text-[var(--color-accent-contrast)]" |
362 |
| - > |
363 |
| - 8.49 GB used |
| 359 | + <div class="flex flex-row items-center gap-3"> |
| 360 | + <div |
| 361 | + aria-hidden="true" |
| 362 | + class="max-w-fit rounded-full bg-brand p-4 text-sm font-bold text-[var(--color-accent-contrast)] sm:absolute sm:bottom-8 sm:right-8" |
| 363 | + > |
| 364 | + 8.49 GB used |
| 365 | + </div> |
| 366 | + <div |
| 367 | + aria-hidden="true" |
| 368 | + class="flex w-fit items-center gap-2 rounded-full bg-button-bg p-3 sm:hidden" |
| 369 | + > |
| 370 | + <SortAscendingIcon class="h-6 w-6" /> |
| 371 | + Sort |
| 372 | + </div> |
| 373 | + <div |
| 374 | + aria-hidden="true" |
| 375 | + class="flex w-fit items-center rounded-full bg-button-bg p-3 sm:hidden" |
| 376 | + > |
| 377 | + <SearchIcon class="h-6 w-6" /> |
| 378 | + </div> |
364 | 379 | </div>
|
365 | 380 | </div>
|
366 | 381 | </div>
|
|
567 | 582 |
|
568 | 583 | <script setup>
|
569 | 584 | import { ButtonStyled, PurchaseModal } from "@modrinth/ui";
|
570 |
| -import { RightArrowIcon } from "@modrinth/assets"; |
| 585 | +import { RightArrowIcon, SearchIcon, SortAscendingIcon } from "@modrinth/assets"; |
571 | 586 | import { products } from "~/generated/state.json";
|
572 | 587 |
|
573 | 588 | const title = "Modrinth Servers";
|
|
0 commit comments