update 2025-01-27 00:21:46
This commit is contained in:
parent
e1d7d90fe3
commit
16d8652951
|
@ -433,6 +433,13 @@ $lang = $_GET['lang'] ?? 'en';
|
|||
.exit-fullscreen-btn {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#d-ip {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 5px;
|
||||
flex-wrap: nowrap;
|
||||
}
|
||||
</style>
|
||||
<link href="./assets/bootstrap/bootstrap-icons.css" rel="stylesheet">
|
||||
<script src="./assets/neko/js/jquery.min.js"></script>
|
||||
|
@ -1518,4 +1525,3 @@ window.addEventListener('load', function() {
|
|||
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue