Skip to content

Commit

Permalink
make email confirmation window responsive
Browse files Browse the repository at this point in the history
  • Loading branch information
jelveh committed Dec 23, 2024
1 parent e56a62c commit 665f555
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/gui/src/UI/UIWindowEmailConfirmationRequired.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ function UIWindowEmailConfirmationRequired(options){
onAppend: function(el_window){
$(el_window).find('.digit-input').first().focus();
},
window_class: 'window-item-properties',
window_class: 'window-confirm-email-using-code',
window_css:{
height: 'initial',
},
Expand Down
5 changes: 4 additions & 1 deletion src/gui/src/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -4456,7 +4456,10 @@ fieldset[name=number-code] {

}

.device-phone .window.window-qr, .device-phone .window.window-progress, .device-phone .window.window-login-progress{
.device-phone .window.window-qr,
.device-phone .window.window-progress,
.device-phone .window.window-login-progress,
.device-phone .window-confirm-email-using-code{
left: 50% !important;
transform: translate(-50%) !important;
height: initial !important;
Expand Down

0 comments on commit 665f555

Please sign in to comment.