File tree Expand file tree Collapse file tree
src/content-handlers/iiif/modules/uv-dialogues-module Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -150,8 +150,9 @@ export class AdjustImageDialogue extends Dialogue<
150150 this . rememberSettings = settings . rememberSettings ;
151151 }
152152 }
153- this . shell . $overlays . css ( "background" , "none" ) ;
153+
154154 super . open ( ) ;
155+ this . shell . $overlays . css ( "background" , "none" ) ;
155156 }
156157
157158 close ( ) : void {
@@ -173,6 +174,7 @@ export class AdjustImageDialogue extends Dialogue<
173174 this . extension . updateSettings ( { brightnessPercent : 100 } ) ;
174175 this . extension . updateSettings ( { saturationPercent : 100 } ) ;
175176 }
177+
176178 this . shell . $overlays . css ( "background" , "" ) ;
177179 super . close ( ) ;
178180
@@ -184,5 +186,7 @@ export class AdjustImageDialogue extends Dialogue<
184186
185187 resize ( ) : void {
186188 super . resize ( ) ;
189+
190+ this . $element . css ( { top : 16 , left : 16 } ) ;
187191 }
188192}
Original file line number Diff line number Diff line change 349349 & .adjustImage {
350350 width : 330px ;
351351 height : 250px ;
352+ border : 1px solid black ;
352353
353354 label {
354355 margin-top : 10px ;
You canβt perform that action at this time.
0 commit comments