File tree 1 file changed +11
-3
lines changed
frontend/src/features/Flipper/ui
1 file changed +11
-3
lines changed Original file line number Diff line number Diff line change 1
1
<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
+ >
4
7
<span class =" scanLine absolute fit" />
5
8
<canvas
6
9
id =" gridBackground"
167
170
/>
168
171
<div class =" column items-end" >
169
172
<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
+ >
171
179
<q-icon
172
180
name =" flipper:steaming-help-mac"
173
181
style =" width : 207px ; height : 102px "
You can’t perform that action at this time.
0 commit comments