Skip to content

Commit 54f2c9b

Browse files
committed
fix: css update
1 parent af453a5 commit 54f2c9b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/packages/safearea/safearea.harmony.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.nut-safe-area {
2-
display: block;
2+
display: flex;
33
width: 100%;
44
}
55
.nut-safe-area-position-top {

src/packages/safearea/safearea.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.nut-safe-area {
2-
display: block;
2+
display: flex;
33
width: 100%;
44

55
&-position-top {

0 commit comments

Comments
 (0)