style: adjust settings panel style

This commit is contained in:
Hakadao
2023-08-13 22:35:49 +08:00
parent 968cc77ce4
commit 6607aa9a9e
2 changed files with 2 additions and 2 deletions

View File

@@ -74,7 +74,7 @@ function setCurrentTitle() {
<div
id="settings-window" pos="fixed md:top-1/5 top-0 left-1/2" w="full lg:2/3 md:2/3" h="full md:1/2"
max-w-850px transform="~ translate-x--1/2"
max-w-820px transform="~ translate-x--1/2"
z-9999 flex justify-between items-center
>
<aside class="group" shrink-0 p="x-2 md:x-4" pos="absolute left-0 md:left--42px" z-2>

View File

@@ -61,7 +61,7 @@ function changeWallpaper(url: string) {
<template>
<SettingItem :title="$t('settings.theme_color')">
<div flex="~ gap-2 wrap">
<div flex="~ gap-2 wrap" justify-end>
<div
v-for="color in themeColorOptions" :key="color"
w-20px h-20px rounded-8 cursor-pointer transition duration-300