Skip to content

Commit b930135

Browse files
author
Hiram
committed
[bugs] change lang icon shake
1 parent 2520d7e commit b930135

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/renderer/src/pages/Play.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<div class="left no-drag"
55
:style="{ 'padding-left': platform === 'darwin' && !isVisible.macMaximize ? '60px' : '0' }">
66
<div class="open-main-win" @click="openMainWinEvent">
7-
<home-icon size="1.5em" />
7+
<home-icon size="large" />
88
<span class="tip-gotomain">{{ $t('pages.player.header.backMain') }}</span>
99
</div>
1010
</div>
@@ -1270,6 +1270,7 @@ window.electron.ipcRenderer.on('destroy-playerWindow', () => {
12701270
.open-main-win {
12711271
display: flex;
12721272
flex-direction: row;
1273+
justify-content: space-around;
12731274
align-items: center;
12741275
height: 32px;
12751276
width: 120px;

0 commit comments

Comments
 (0)