We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2520d7e commit b930135Copy full SHA for b930135
src/renderer/src/pages/Play.vue
@@ -4,7 +4,7 @@
4
<div class="left no-drag"
5
:style="{ 'padding-left': platform === 'darwin' && !isVisible.macMaximize ? '60px' : '0' }">
6
<div class="open-main-win" @click="openMainWinEvent">
7
- <home-icon size="1.5em" />
+ <home-icon size="large" />
8
<span class="tip-gotomain">{{ $t('pages.player.header.backMain') }}</span>
9
</div>
10
@@ -1270,6 +1270,7 @@ window.electron.ipcRenderer.on('destroy-playerWindow', () => {
1270
.open-main-win {
1271
display: flex;
1272
flex-direction: row;
1273
+ justify-content: space-around;
1274
align-items: center;
1275
height: 32px;
1276
width: 120px;
0 commit comments