Skip to content

Commit

Permalink
Fix: VOICEVOX#2370 拍子ラベルがずれていたのを修正する
Browse files Browse the repository at this point in the history
  • Loading branch information
romot-co committed Nov 19, 2024
1 parent 8277e60 commit 2d407e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Sing/ToolBar/ToolBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -589,7 +589,7 @@ const snapTypeSelectModel = computed({
:deep(.q-field__label) {
font-size: 9px;
top: 2px;
top: 5.5px;
margin-left: 6px;
transform: translateY(0) !important;
color: var(--scheme-color-on-surface-variant);
Expand Down

0 comments on commit 2d407e4

Please sign in to comment.