forked from magicoflolis/Userscript-Plus
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.scss
More file actions
50 lines (48 loc) 路 833 Bytes
/
Copy pathmain.scss
File metadata and controls
50 lines (48 loc) 路 833 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
@media screen and (max-width:1228px) {
.jae-userscript {
max-width: 100%;
width: 100%;
height: 100%;
}
};
.jae-userscript {
position: fixed;
width: 370px;
bottom: 10px;
right: 20px;
z-index: 9999999999;
height: 56px;
background: transparent;
iframe {
width:100%;
height:100%;
border:0px;
border-radius: 15px;
display: block!important;
};
span {
background-color: #2e323d;
color: #fff;
width: fit-content;
display: block;
padding: 1rem;
border-radius: 15px;
right: 10px;
position: fixed;
};
};
.jae-userscript-shadow {
box-shadow: 0 1px 4px rgba(0, 0, 0, .3);
&:after,
&:before {
@include shadow;
};
&:after {
right: 10px;
left: auto;
transform: rotate(3deg);
};
&:before {
transform: rotate(-3deg);
};
};