mirror of
https://github.com/HeyPuter/puter.git
synced 2025-02-02 23:28:39 +08:00
make email confirmation window responsive
This commit is contained in:
parent
e56a62c539
commit
665f5559e1
@ -78,7 +78,7 @@ function UIWindowEmailConfirmationRequired(options){
|
|||||||
onAppend: function(el_window){
|
onAppend: function(el_window){
|
||||||
$(el_window).find('.digit-input').first().focus();
|
$(el_window).find('.digit-input').first().focus();
|
||||||
},
|
},
|
||||||
window_class: 'window-item-properties',
|
window_class: 'window-confirm-email-using-code',
|
||||||
window_css:{
|
window_css:{
|
||||||
height: 'initial',
|
height: 'initial',
|
||||||
},
|
},
|
||||||
|
@ -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;
|
left: 50% !important;
|
||||||
transform: translate(-50%) !important;
|
transform: translate(-50%) !important;
|
||||||
height: initial !important;
|
height: initial !important;
|
||||||
|
Loading…
Reference in New Issue
Block a user