4
0
mirror of https://github.com/AltarikMC/Launcher synced 2024-11-22 06:19:50 +01:00

fix bugs + deleted unused fonts

This commit is contained in:
Quentin Legot 2021-03-28 20:21:55 +02:00
parent 3622f5d44a
commit 5772d3059e
20 changed files with 10 additions and 6 deletions

View File

@ -4,7 +4,7 @@
@font-face {
font-family: "Roboto";
src: url("../Roboto-Regular.ttf") format("truetype");
src: url("../fonts/Roboto-Regular.ttf") format("truetype");
}
@font-face {

View File

@ -4,7 +4,7 @@
@font-face {
font-family: "Roboto";
src: url("../Roboto-Regular.ttf") format("truetype");
src: url("../fonts/Roboto-Regular.ttf") format("truetype");
}
html{

View File

@ -3,7 +3,7 @@
font-family: 'Material Icons';
font-style: normal;
font-weight: 400;
src: url(../material-icons.woff2) format('woff2');
src: url(../fonts/material-icons.woff2) format('woff2');
}
.material-icons {

View File

@ -1,3 +1,8 @@
*, *::after, *::before {
-webkit-user-select: none;
/*-webkit-user-drag: none; */
}
#menubar {
position:fixed;
top:0;

Binary file not shown.

View File

@ -1,4 +1,3 @@
const { shell } = require('electron')
const os = require('os')
const launchBtn = document.querySelector('#launch-btn')
const launchText = document.querySelector("#launch-text")

View File

@ -38,7 +38,7 @@
<div id="options">
<img src="assets/images/svg/settings.svg">
</div>
<div>
<div id="discord">
<img src="assets/images/svg/discord.svg">
</div>
<div id="web">