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:
parent
3622f5d44a
commit
5772d3059e
@ -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 {
|
||||
|
@ -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{
|
||||
|
@ -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 {
|
||||
|
@ -1,3 +1,8 @@
|
||||
*, *::after, *::before {
|
||||
-webkit-user-select: none;
|
||||
/*-webkit-user-drag: none; */
|
||||
}
|
||||
|
||||
#menubar {
|
||||
position:fixed;
|
||||
top:0;
|
||||
@ -12,7 +17,7 @@
|
||||
z-index: 100;
|
||||
}
|
||||
|
||||
#menubar ul{
|
||||
#menubar ul {
|
||||
margin:0;
|
||||
padding:0;
|
||||
}
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,4 +1,3 @@
|
||||
const { shell } = require('electron')
|
||||
const os = require('os')
|
||||
const launchBtn = document.querySelector('#launch-btn')
|
||||
const launchText = document.querySelector("#launch-text")
|
||||
|
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user