Skip to content

Commit 952450f

Browse files
committed
refactor: 重构样式
1 parent f768e6f commit 952450f

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed
Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,17 @@
1-
.bb-fs-on,
2-
.bb-fs-open .bb-fs-off {
1+
.bb-fs-on {
32
display: none;
43
}
54

6-
.bb-fs-open .bb-fs-on {
5+
.bb-fs-off {
76
display: inline-block;
87
}
8+
9+
:not(:root):fullscreen {
10+
.bb-fs-on {
11+
display: inline-block;
12+
}
13+
14+
.bb-fs-off {
15+
display: none;
16+
}
17+
}

0 commit comments

Comments
 (0)