mirror of
https://github.com/ApfelTeeSaft/LiveSplitOne.git
synced 2026-08-27 03:33:40 +00:00
17 lines
259 B
CSS
17 lines
259 B
CSS
body, .livesplit-container, .buttons {
|
|
background-color: rgba(0, 0, 0, 0);
|
|
overflow: hidden !important;
|
|
}
|
|
|
|
.livesplit-container > div {
|
|
margin: 0px !important;
|
|
}
|
|
|
|
.sidebar {
|
|
box-shadow: none !important;
|
|
}
|
|
|
|
.buttons {
|
|
visibility: hidden;
|
|
}
|