mirror of
https://github.com/AltarikMC/Launcher
synced 2025-12-13 11:41:45 +00:00
fix bugs + deleted unused fonts
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user