Skip to content

Commit

Permalink
fix: adjust position of presentation exit element in Main.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
purocean committed Jan 16, 2025
1 parent d81fb47 commit 3d59f74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/renderer/Main.vue
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,8 @@ export default defineComponent({
.presentation-exit {
position: fixed;
z-index: 210000000;
bottom: 6px;
left: 6px;
bottom: -8px;
right: 0px;
padding: 10px;
color: var(--g-color-50);
opacity: 0.4;
Expand Down

0 comments on commit 3d59f74

Please sign in to comment.