mirror of
https://github.com/unraid/api.git
synced 2026-02-21 07:28:33 -06:00
refactor: responsiveness
This commit is contained in:
@@ -70,7 +70,7 @@ const links = computed(():UserProfileLink[] => {
|
||||
|
||||
<template>
|
||||
<div class="flex flex-col gap-y-8px min-w-300px max-w-350px">
|
||||
<header class="flex flex-row items-center justify-between mt-8px mx-8px">
|
||||
<header v-if="pluginInstalled" class="flex flex-row items-center justify-between mt-8px mx-8px">
|
||||
<h2 class="text-18px leading-none flex flex-row gap-x-8px items-center justify-between">
|
||||
<BrandLogoConnect gradient-start="currentcolor" gradient-stop="currentcolor" class="text-beta w-[120px]" />
|
||||
<UpcBeta />
|
||||
|
||||
Reference in New Issue
Block a user