Skip to content

Commit

Permalink
change font-size
Browse files Browse the repository at this point in the history
  • Loading branch information
anosu committed Nov 24, 2024
1 parent 5b36067 commit 9496938
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/Control.vue
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ input[name='animation'] {
transition: .3s;
overflow: scroll;
position: relative;
font-size: 14px;
font-size: 15px;
background-color: #333333;
box-shadow: #252525 0 0 2px 1px;
}
Expand Down
2 changes: 1 addition & 1 deletion src/components/GlobalSide.vue
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ const saveImage = () => {
padding: 10px;
display: flex;
transition: .5s;
font-size: 14px;
font-size: 15px;
overflow: scroll;
position: absolute;
background: #333333;
Expand Down

0 comments on commit 9496938

Please sign in to comment.