Screen orientation, Keep Display on (in Android Client)

This commit is contained in:
Robin E. R. Davies
2025-07-19 00:06:17 -04:00
parent 818a08824c
commit 9b6798134d
15 changed files with 559 additions and 51 deletions
+2 -2
View File
@@ -70,9 +70,9 @@ export default class JackStatusView extends React.Component<JackStatusViewProps,
render() {
return (
<div style={{
position: "absolute", right: 30, bottom: 0, height: 30, width: 200,
position: "absolute", right: 30, bottom: 2,left: 30, height: 30,
paddingRight: 20, paddingBottom: 6,
textAlign: "right", opacity: 0.7, whiteSpace: "nowrap", fontSize: 12, zIndex: 10, fontWeight: 900
textAlign: "center", opacity: 0.7, whiteSpace: "nowrap", fontSize: 12, zIndex: 10, fontWeight: 900
}}>
{JackHostStatus.getDisplayView("",this.state.jackStatus) }
</div>