Skip to content

Commit

Permalink
Merge pull request #5 from DamnCrab/main
Browse files Browse the repository at this point in the history
settingページを垂直方向に中央揃えにする
  • Loading branch information
DamnCrab authored Jun 30, 2023
2 parents 04a91f7 + 5fda248 commit 807a69f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/renderer/src/views/Final2xSettings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ class ClickButtomToConsoleLog {

<template>
<n-card :bordered="false" class="settings-card">
<n-space class="vertical" vertical>
<n-space class="vertical" vertical justify="center">
<n-space>
<n-popover trigger="hover" width="400">
<template #trigger>
Expand Down Expand Up @@ -362,10 +362,12 @@ class ClickButtomToConsoleLog {
.settings-card {
width: fit-content;
margin: 0 auto;
height: 100%;
// transparent
background-color: rgba(255, 255, 255, 0);
.vertical {
height: 100%;
> div {
margin-bottom: 20px;
}
Expand Down

0 comments on commit 807a69f

Please sign in to comment.