fix places where it looks weird
This commit is contained in:
parent
a8980fb4c6
commit
e1d575f858
1 changed files with 6 additions and 2 deletions
|
@ -49,6 +49,10 @@
|
|||
color: white;
|
||||
}
|
||||
|
||||
#buttonContainer {
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
.rounded-button {
|
||||
display: inline-block;
|
||||
font-size: 18pt;
|
||||
|
@ -67,7 +71,6 @@
|
|||
background-repeat: no-repeat;
|
||||
background-position: -2px -2px;
|
||||
transition: background-color .1s linear, filter .1s linear, border .1s linear;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
.rounded-button[data-id="discord"] {
|
||||
|
@ -132,6 +135,7 @@
|
|||
|
||||
.fade-out {
|
||||
opacity: 0!important;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
.fade-in {
|
||||
|
@ -156,7 +160,7 @@
|
|||
<a class="rounded-button" data-id="forgejo" href="https://git.eusv.net/tgpholly" target="_blank"></a>
|
||||
</div>
|
||||
|
||||
<h3 id="btnDesc"> </h3>
|
||||
<h3 id="btnDesc"></h3>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue