Skip to content

Commit 05af75f

Browse files
committed
chore(styling): Misc styling changes
1 parent 28d52bd commit 05af75f

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

web/assets/music.js

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
import {MUSIC_ENABLED, MUSIC_FILE_NAME, MUSIC_START_VOLUME, SERVER_LOGO_POSITION, ENABLE_SERVER_LOGO} from "../config.js";
1+
import {
2+
MUSIC_ENABLED,
3+
MUSIC_FILE_NAME,
4+
MUSIC_START_VOLUME,
5+
SERVER_LOGO_POSITION,
6+
ENABLE_SERVER_LOGO
7+
} from "../config.js";
28

39
const music = document.getElementById("loadscreen-music");
410
const musicControls = document.getElementById("audio-controls")

web/assets/script.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import {
88
} from '../config.js'
99

1010
import { parsedMdTips } from "./markdown_parser.js";
11-
import {startMusic, stopMusic} from "./music.js";
11+
import { startMusic, stopMusic } from "./music.js";
1212

1313
/**
1414
* @typedef {Object} TooltipObject

0 commit comments

Comments
 (0)