Skip to content

Commit

Permalink
fix: style
Browse files Browse the repository at this point in the history
  • Loading branch information
Zephyruso committed Dec 24, 2024
1 parent f4d4e68 commit 3479ab6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/components/proxies/ProxyNodeGrid.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
? 'sm:grid-cols-3 md:grid-cols-4 lg:grid-cols-5 xl:grid-cols-3 2xl:grid-cols-4 3xl:grid-cols-5'
: 'sm:grid-cols-3 md:grid-cols-4 lg:grid-cols-5 xl:grid-cols-6 2xl:grid-cols-8 3xl:grid-cols-10'
: hasTwoColumns
? 'sm:grid-cols-2 md:grid-cols-3 lg:grid-cols-4 xl:grid-cols-2 2xl:grid-cols-3 3xl:grid-cols-4'
: 'sm:grid-cols-2 md:grid-cols-3 lg:grid-cols-4 xl:grid-cols-4 2xl:grid-cols-6 3xl:grid-cols-8',
? 'sm:grid-cols-2 lg:grid-cols-4 xl:grid-cols-2 2xl:grid-cols-3 3xl:grid-cols-4'
: 'sm:grid-cols-2 lg:grid-cols-4 xl:grid-cols-4 2xl:grid-cols-6 3xl:grid-cols-8',
)
"
>
Expand Down
2 changes: 1 addition & 1 deletion src/components/settings/BackendSwitch.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<div class="join flex">
<select
class="join-item select select-bordered select-sm w-48"
class="join-item select select-bordered select-sm w-56"
v-model="activeUuid"
>
<option
Expand Down

0 comments on commit 3479ab6

Please sign in to comment.