add .mobile-app-hide class to injected CSS, fix a bunch of bugs, improve layout of app loading spinner, improve overall smoothness, test and debug on Android 4.4.2
10 lines
199 B
CSS
10 lines
199 B
CSS
/*
|
|
A tiny bit of CSS to inject into apps even if injectcode = false.
|
|
|
|
This hides items in the app with the class mobile-app-hide.
|
|
*/
|
|
|
|
.mobile-app-hide {
|
|
display: none;
|
|
visibility: hidden;
|
|
} |