mirror of
https://github.com/stevenjoezhang/live2d-widget.git
synced 2024-11-25 06:11:29 +08:00
Update waifu.css
This commit is contained in:
parent
1a95807c82
commit
03ebf3a75f
12
waifu.css
12
waifu.css
@ -5,26 +5,26 @@
|
||||
color: #fff;
|
||||
cursor: pointer;
|
||||
font-size: 12px;
|
||||
left: 0;
|
||||
margin-left: -100px;
|
||||
right: 0;
|
||||
margin-right: -100px;
|
||||
padding: 5px 2px 5px 5px;
|
||||
position: fixed;
|
||||
transition: margin-left 1s;
|
||||
transition: margin-right 1s;
|
||||
width: 60px;
|
||||
writing-mode: vertical-rl;
|
||||
}
|
||||
|
||||
#waifu-toggle.waifu-toggle-active {
|
||||
margin-left: -50px;
|
||||
margin-right: -50px;
|
||||
}
|
||||
|
||||
#waifu-toggle.waifu-toggle-active:hover {
|
||||
margin-left: -30px;
|
||||
margin-right: -30px;
|
||||
}
|
||||
|
||||
#waifu {
|
||||
bottom: -1000px;
|
||||
left: 0;
|
||||
right: 0;
|
||||
line-height: 0;
|
||||
margin-bottom: -10px;
|
||||
position: fixed;
|
||||
|
Loading…
Reference in New Issue
Block a user