style: auto-fix linting issues
This commit is contained in:
parent
90dc00ba5a
commit
ad605c903b
2 changed files with 6 additions and 10 deletions
10
index.html
10
index.html
|
|
@ -5352,12 +5352,10 @@
|
|||
<a href="https://prigoana.com/" style="text-decoration: underline">Edideaur</a> &
|
||||
<a href="https://samidy.com" style="text-decoration: underline">Samidy</a>
|
||||
</p>
|
||||
<br>
|
||||
<h3 style="text-align: center;">Contributors List:</h3>
|
||||
<br>
|
||||
<div class="about-contributors">
|
||||
|
||||
</div>
|
||||
<br />
|
||||
<h3 style="text-align: center">Contributors List:</h3>
|
||||
<br />
|
||||
<div class="about-contributors"></div>
|
||||
<div class="about-footer">
|
||||
<p class="version">Version 2.5.0</p>
|
||||
<p class="version" id="about-commit-info"></p>
|
||||
|
|
|
|||
|
|
@ -9914,8 +9914,7 @@ body:has(#side-panel.active) #close-fullscreen-cover-btn {
|
|||
transform: scale(1.02);
|
||||
}
|
||||
|
||||
|
||||
/* FUCK FLEX FUCK CSS FUCKKKKK*/
|
||||
/* FUCK FLEX FUCK CSS FUCKKKKK */
|
||||
.about-contributors {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
|
|
@ -9941,7 +9940,6 @@ body:has(#side-panel.active) #close-fullscreen-cover-btn {
|
|||
text-align: center;
|
||||
}
|
||||
|
||||
|
||||
.contrib {
|
||||
font-size: 10px;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue