6 lines
67 B
CSS
6 lines
67 B
CSS
@layer android {
|
|
.hide-in-android-app {
|
|
display: none;
|
|
}
|
|
}
|