feat: updated to electron 28. fixes #325

This commit is contained in:
2024-01-07 14:23:21 +01:00
parent 98f75418eb
commit 1d19857977
7 changed files with 1233 additions and 2396 deletions

View File

@@ -389,7 +389,7 @@
<img alt="tidal icon" class="about-section__icon" src="./icon.png" />
<h4>TIDAL Hi-Fi</h4>
<div class="about-section__version">
<a href="">5.7.1</a>
<a href="https://github.com/Mastermindzh/tidal-hifi/releases/tag/5.8.0">5.8.0</a>
</div>
<div class="about-section__links">
<a href="https://github.com/mastermindzh/tidal-hifi/" class="about-section__button">Github <i
@@ -411,4 +411,4 @@
</div>
</body>
</html>
</html>

View File

@@ -323,16 +323,19 @@ html {
max-width: 500px;
margin: -15px auto 0;
}
&__table {
width: 120px;
margin: 0 auto 0;
margin: 0 auto;
td {
text-align: left;
}
}
&__version {
margin: -10px 0px 30px 0px;
margin: -10px 0 30px;
a {
background-color: $tidal-grey-darker;
border: none;
@@ -349,6 +352,7 @@ html {
&__links {
width: 300px;
margin: 0 auto;
a {
border-radius: 10px;
border: none;
@@ -418,10 +422,11 @@ html {
align-items: center;
width: 100%;
max-width: 100%;
padding: 25px 0 25px 0px;
padding: 25px 0;
border: 1px dashed $tidal-grey;
border-radius: 3px;
transition: 0.2s;
&.is-active {
background-color: $black;
}
@@ -459,6 +464,7 @@ html {
width: 100%;
cursor: pointer;
opacity: 0;
&:focus {
outline: none;
}