1
0
mirror of https://gitee.com/bitdance-team/chrome-extension synced 2025-10-08 00:45:13 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
xiao_io
2022-02-09 13:31:22 +08:00
parent dd73fb03ed
commit c9fed6e6d9
2 changed files with 10 additions and 0 deletions

View File

@@ -159,3 +159,8 @@ body {
#popup .article ul li #mouse-style .button .layer { #popup .article ul li #mouse-style .button .layer {
transition: 0.3s ease all; transition: 0.3s ease all;
} }
#popup #btnScreenshot {
position: absolute;
top: 0;
right: 0;
}

View File

@@ -169,4 +169,9 @@ body {
} }
} }
} }
#btnScreenshot{
position: absolute;
top: 0;
right: 0;
}
} }