Skip to content

Instantly share code, notes, and snippets.

@moritztim
Created October 11, 2024 17:45
Show Gist options
  • Save moritztim/af1a322b3d5bc9998325eedc42c151a1 to your computer and use it in GitHub Desktop.
Save moritztim/af1a322b3d5bc9998325eedc42c151a1 to your computer and use it in GitHub Desktop.
Displays only the spedometer of the beamng drive web UI. Your `appid` may vary.
.bng-app:not([appid="3"]) {
display: none;
}
.container {
background: black !important;
}
.bng-app[appid="3"] {
width: 100vw !important;
height: 100vh !important;
max-height: 100vh !important;;
object-fit: contain !important;;
position: fixed !important;;
top: 100% !important;;
left: 50% !important;;
transform: translate(-50%, -50%) !important;
padding: none !important;
margin: none !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment