Skip to content

Commit 4af16f7

Browse files
committed
fix: colors for fullscreen
1 parent e8d26fa commit 4af16f7

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/app/views/home/home-view.scss

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,9 +144,19 @@
144144
}
145145
}
146146

147+
:fullscreen {
148+
width: 100vw;
149+
height: 100vh;
150+
overflow: auto;
151+
display: block;
152+
background: white;
153+
color: var(--ig-gray-900, black);
154+
}
155+
147156
:-webkit-full-screen {
148157
width: 100vw;
149158
height: 100vh;
150159
overflow: auto;
151160
background: white;
161+
color: var(--ig-gray-900, black);
152162
}

0 commit comments

Comments
 (0)