2.2.4 Official Version

This commit is contained in:
Raphix
2023-05-03 20:47:04 +02:00
parent 0d7a77a3bd
commit 601cf636cb
6 changed files with 35 additions and 4 deletions

View File

@ -11,7 +11,8 @@
<body>
<header>
<div class="top-title">
<h1><img class="top-logo rounded" src="../../src/logo.png" alt="Logo"> Subsonics</h1>
<img class="top-logo rounded" src="../../src/logo.png" alt="Logo">
<img class="top-title-image rounded" src="../../src/title.png" alt="Logo">
</div>
<button id="minimizeBtn" class="buttonReduce"><i class="fas fa-window-minimize"></i></button>
<button id="closeBtn" class="buttonClose"><i class="fas fa-times"></i></button>

View File

@ -20,14 +20,15 @@ body {
padding: 5% !important;
padding-bottom: 0% !important;
color: white;
margin-bottom: 5px;
}
.top-logo {
width: 15%;
margin-left: 20px;
}
@ -51,6 +52,15 @@ body {
}
.top-title-image {
width: 80%;
margin-top: 6px;
margin-right: 20px;
margin-left: 4px;
}
.buttonClose:hover {
color: red;