mirror of
https://github.com/revoltchat/revite.git
synced 2024-12-26 15:32:11 -05:00
fix: apparently fix app jumping around
This commit is contained in:
parent
d20fa9e3ea
commit
a4155a1153
2 changed files with 1 additions and 3 deletions
|
@ -95,7 +95,7 @@ export default class STheme {
|
||||||
...this.settings.get("appearance:theme:overrides"),
|
...this.settings.get("appearance:theme:overrides"),
|
||||||
light: this.isLight(),
|
light: this.isLight(),
|
||||||
|
|
||||||
"min-opacity": 1,
|
"min-opacity": 0,
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,6 @@ import { isTouchscreenDevice } from "../lib/isTouchscreenDevice";
|
||||||
import Popovers from "../context/intermediate/Popovers";
|
import Popovers from "../context/intermediate/Popovers";
|
||||||
import Notifications from "../context/revoltjs/Notifications";
|
import Notifications from "../context/revoltjs/Notifications";
|
||||||
import StateMonitor from "../context/revoltjs/StateMonitor";
|
import StateMonitor from "../context/revoltjs/StateMonitor";
|
||||||
import SyncManager from "../context/revoltjs/SyncManager";
|
|
||||||
|
|
||||||
import { Titlebar } from "../components/native/Titlebar";
|
import { Titlebar } from "../components/native/Titlebar";
|
||||||
import BottomNavigation from "../components/navigation/BottomNavigation";
|
import BottomNavigation from "../components/navigation/BottomNavigation";
|
||||||
|
@ -28,7 +27,6 @@ import Settings from "./settings/Settings";
|
||||||
const Routes = styled.div`
|
const Routes = styled.div`
|
||||||
min-width: 0;
|
min-width: 0;
|
||||||
display: flex;
|
display: flex;
|
||||||
overflow: hidden;
|
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
position: relative;
|
position: relative;
|
||||||
background: var(--primary-background);
|
background: var(--primary-background);
|
||||||
|
|
Loading…
Reference in a new issue