mirror of
https://codeberg.org/nobody/LocalCDN.git
synced 2025-06-05 21:49:31 +02:00
Small code improvements
This commit is contained in:
@@ -190,6 +190,7 @@ textarea {
|
||||
opacity: .6;
|
||||
z-index: 99999;
|
||||
transform: scale(0);
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
.b-contain input + .b-input::before {
|
||||
@@ -200,10 +201,6 @@ textarea {
|
||||
animation-name: b-ripple-duplicate;
|
||||
}
|
||||
|
||||
.b-contain .b-input::before {
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
.b-contain input:focus + .b-input::before {
|
||||
visibility: visible;
|
||||
}
|
||||
|
@@ -176,7 +176,6 @@ body {
|
||||
text-decoration: none;
|
||||
user-select: none;
|
||||
text-align: center;
|
||||
background: none;
|
||||
}
|
||||
|
||||
.button-warning {
|
||||
|
@@ -122,8 +122,7 @@ footer {
|
||||
border: 1px solid #e0e0e0;
|
||||
box-shadow: inset 0 2px 10px #e2e2e2;
|
||||
list-style: none;
|
||||
padding-left: 8px;
|
||||
padding: 0;
|
||||
padding: 0px 0px 0px 8px;
|
||||
}
|
||||
|
||||
.sublist:last-child {
|
||||
|
@@ -283,7 +283,7 @@
|
||||
<p class='release-date'>2020-05-10 (v2.2.0)</p>
|
||||
<ul>
|
||||
<li>Fixed typo in urlize</li>
|
||||
<li>Remove crossorigin and integrity attributes (<a href="https://gitlab.com/nobody42/localcdn/-/issues/66">#66</a>) <s>[experimental]</s> <i>It should be working without problems</i></li>
|
||||
<li>Remove crossorigin and integrity attributes (<a href="https://gitlab.com/nobody42/localcdn/-/issues/66">#66</a>) <s>[experimental]</s> <em>It should be working without problems</em></li>
|
||||
<li>Added React and ReactDOM v16.13.1 (Fixed <a href="https://gitlab.com/nobody42/localcdn/-/issues/70">#70</a>)</li>
|
||||
<li>Added jQuery-csv v1.0.9, jQuery Ajax AutoComplete (Devbridge) v1.4.10 and Popper.js v1.16.1 (Fixed <a href="https://gitlab.com/nobody42/localcdn/-/issues/68">#68</a>)</li>
|
||||
<li>Font Awesome injections in Chromium deactivated (Fixed <a href="https://gitlab.com/nobody42/localcdn/-/issues/67">#67</a>)</li>
|
||||
|
@@ -37,9 +37,9 @@
|
||||
</div></div>
|
||||
</div>
|
||||
<div class="btn-panel">
|
||||
<a class="btn btn-gitlab" href="https://codeberg.org/nobody/LocalCDN" target="_blank"><span class="btn-text">Source Code @Codeberg</span></a>
|
||||
<a class="btn btn-contact" href="https://www.localcdn.org/contact"><span class="btn-text">Contact</span></a>
|
||||
<a class="btn btn-testing-utility" href="https://www.localcdn.org/test/"><span class="btn-text">Testing Utilities</span></a>
|
||||
<a class="btn btn-gitlab" href="https://codeberg.org/nobody/LocalCDN" target="_blank" rel="noopener noreferrer"><span class="btn-text">Source Code @Codeberg</span></a>
|
||||
<a class="btn btn-contact" href="https://www.localcdn.org/contact" rel="noopener noreferrer"><span class="btn-text">Contact</span></a>
|
||||
<a class="btn btn-testing-utility" href="https://www.localcdn.org/test/" rel="noopener noreferrer"><span class="btn-text">Testing Utilities</span></a>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
Reference in New Issue
Block a user