fix: apparently fix app jumping around

This commit is contained in:
Paul Makles 2021-12-28 22:58:19 +00:00
parent d20fa9e3ea
commit a4155a1153
2 changed files with 1 additions and 3 deletions

View file

@ -95,7 +95,7 @@ export default class STheme {
...this.settings.get("appearance:theme:overrides"),
light: this.isLight(),
"min-opacity": 1,
"min-opacity": 0,
};
}

View file

@ -8,7 +8,6 @@ import { isTouchscreenDevice } from "../lib/isTouchscreenDevice";
import Popovers from "../context/intermediate/Popovers";
import Notifications from "../context/revoltjs/Notifications";
import StateMonitor from "../context/revoltjs/StateMonitor";
import SyncManager from "../context/revoltjs/SyncManager";
import { Titlebar } from "../components/native/Titlebar";
import BottomNavigation from "../components/navigation/BottomNavigation";
@ -28,7 +27,6 @@ import Settings from "./settings/Settings";
const Routes = styled.div`
min-width: 0;
display: flex;
overflow: hidden;
flex-direction: column;
position: relative;
background: var(--primary-background);