mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-09-30 17:04:20 +08:00
Reduce startup animation
This commit is contained in:
parent
db942d4970
commit
f8512b01b9
4 changed files with 9 additions and 3 deletions
|
@ -428,6 +428,10 @@
|
|||
_.delay(function () {
|
||||
Globals.$html.removeClass('rl-started-trigger').addClass('rl-started');
|
||||
}, 50);
|
||||
|
||||
_.delay(function () {
|
||||
Globals.$html.addClass('rl-started-delay');
|
||||
}, 200);
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
|
@ -31,7 +31,7 @@ html.rl-started-trigger.no-mobile #rl-content {
|
|||
|
||||
.rl-anim {
|
||||
|
||||
&.csstransitions.no-mobile {
|
||||
&.csstransitions.no-mobile.rl-started-delay {
|
||||
|
||||
#rl-left {
|
||||
.transition(width 0.3s ease-out);
|
||||
|
|
|
@ -215,8 +215,9 @@ html.rl-left-panel-disabled {
|
|||
border-bottom-color: rgba(0,0,0,0.3);
|
||||
}
|
||||
|
||||
.ui-resizable-handle {
|
||||
/*background: red;*/
|
||||
.ui-resizable-handle:hover {
|
||||
background: #aaa;
|
||||
background: rgba(255,255,255,0.5);
|
||||
}
|
||||
|
||||
html.rl-no-preview-pane {
|
||||
|
|
|
@ -14,6 +14,7 @@
|
|||
|
||||
.ui-resizable-e {
|
||||
right: -1px;
|
||||
width: 5px;
|
||||
}
|
||||
|
||||
.pswp__error-msg {
|
||||
|
|
Loading…
Add table
Reference in a new issue