mirror of
https://github.com/BewlyBewly/BewlyBewly.git
synced 2025-04-14 13:15:29 +00:00
style: adjust settings panel styles
This commit is contained in:
@@ -141,7 +141,7 @@ function setCurrentTitle() {
|
||||
text-shadow: 0 0 15px var(--bew-elevated-solid-1), 0 0 20px var(--bew-elevated-solid-1)
|
||||
"
|
||||
>
|
||||
<div text="3xl">
|
||||
<div text="3xl" fw-bold>
|
||||
{{ title }}
|
||||
</div>
|
||||
<div
|
||||
|
||||
@@ -26,7 +26,7 @@ function handleClose() {
|
||||
"
|
||||
>
|
||||
<div>
|
||||
<p text-xl>
|
||||
<p text-xl fw-bold>
|
||||
{{ title }}
|
||||
</p>
|
||||
<p text="sm $bew-text-2">
|
||||
|
||||
@@ -7,7 +7,7 @@ defineProps<{
|
||||
|
||||
<template>
|
||||
<div class="b-settings-item-group" mb-6>
|
||||
<p text="base $bew-text-1">
|
||||
<p text="base $bew-text-1" fw-bold>
|
||||
{{ title }}
|
||||
</p>
|
||||
<p v-if="desc" text="sm $bew-text-2">
|
||||
|
||||
Reference in New Issue
Block a user