Skip to content

Commit 0736aa9

Browse files
Slipn3rmlyubimov
authored andcommitted
feat: Un-fullscreen the expand dialog
1 parent a2e8d93 commit 0736aa9

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

frontend/src/features/Flipper/ui/ExpandView.vue

+11-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
<template>
2-
<q-dialog class="expandView" maximized @show="showDialog" @hide="hideDialog">
3-
<q-card class="fit column expandView__wrapper">
2+
<q-dialog class="expandView" @show="showDialog" @hide="hideDialog">
3+
<q-card
4+
class="fit column expandView__wrapper"
5+
style="min-width: min(100vw, 1000px)"
6+
>
47
<span class="scanLine absolute fit" />
58
<canvas
69
id="gridBackground"
@@ -167,7 +170,12 @@
167170
/>
168171
<div class="column items-end">
169172
<q-btn flat padding="sm" icon="flipper:info-big" color="primary">
170-
<q-tooltip class="bg-black" style="border: 1px solid #662c00">
173+
<q-tooltip
174+
anchor="top left"
175+
self="bottom left"
176+
class="bg-black"
177+
style="border: 1px solid #662c00"
178+
>
171179
<q-icon
172180
name="flipper:steaming-help-mac"
173181
style="width: 207px; height: 102px"

0 commit comments

Comments
 (0)