chromesetting
杨树明 5 years ago
parent ff310e2162
commit 48677128d6

@ -1,11 +1,12 @@
.float_button { .float_button {
background-image: url(./images/float_switch.jpg); background-image: url(images/float_switch.jpg);
height: 112px; height: 141px;
width: 38px; width: 38px;
position: absolute; position: absolute;
left: -38px; left: -38px;
top: 32%; top: 32%;
cursor: pointer; cursor: pointer;
padding-top: 15px;
} }
.float_button .text { .float_button .text {
position: relative; position: relative;
@ -17,8 +18,8 @@
} }
.jupyter_float_button { .jupyter_float_button {
background-image: url(./images/float_switch.jpg); background-image: url(images/float_switch.jpg);
height: 112px; height: 141px;
width: 38px; width: 38px;
position: absolute; position: absolute;
right: 0px; right: 0px;
@ -26,6 +27,7 @@
cursor: pointer; cursor: pointer;
left:auto; left:auto;
z-index: 99999999; z-index: 99999999;
padding-top: 15px;
} }
.jupyter_float_button .text { .jupyter_float_button .text {
@ -37,6 +39,16 @@
user-select: none; user-select: none;
} }
@keyframes mymove
{
from {right:0px;}
to {right:330px;}
}
.newjupyter_float_button{ .newjupyter_float_button{
right: 330px; /*right: 330px;*/
/*animation-duration:2s;*/
/*infinite*/
animation:mymove 0.35s;
animation-fill-mode:forwards;
} }

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1003 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

@ -114,7 +114,7 @@
.ant-drawer-content-wrapper{ .ant-drawer-content-wrapper{
width:330px !important; width:330px !important;
box-shadow: -2px 0 8px #070F1A !important; //box-shadow: -2px 0 8px #070F1A !important;
} }
.ant-drawer-body{ .ant-drawer-body{
padding: 0px; padding: 0px;

Loading…
Cancel
Save