Skip to content

Commit

Permalink
chore(styling): Misc styling changes
Browse files Browse the repository at this point in the history
  • Loading branch information
TasoOneAsia committed Sep 24, 2021
1 parent 28d52bd commit 05af75f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion web/assets/music.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
import {MUSIC_ENABLED, MUSIC_FILE_NAME, MUSIC_START_VOLUME, SERVER_LOGO_POSITION, ENABLE_SERVER_LOGO} from "../config.js";
import {
MUSIC_ENABLED,
MUSIC_FILE_NAME,
MUSIC_START_VOLUME,
SERVER_LOGO_POSITION,
ENABLE_SERVER_LOGO
} from "../config.js";

const music = document.getElementById("loadscreen-music");
const musicControls = document.getElementById("audio-controls")
Expand Down
2 changes: 1 addition & 1 deletion web/assets/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import {
} from '../config.js'

import { parsedMdTips } from "./markdown_parser.js";
import {startMusic, stopMusic} from "./music.js";
import { startMusic, stopMusic } from "./music.js";

/**
* @typedef {Object} TooltipObject
Expand Down

0 comments on commit 05af75f

Please sign in to comment.