Skip to content

Commit 8315940

Browse files
committed
Update sidebar.blade.php
1 parent 14d991c commit 8315940

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

resources/views/layouts/sidebar.blade.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -392,6 +392,7 @@ function getUrlSatusCodesb($urlsb, $timeoutsb = 3)
392392
<a style="color:tomato;" class="nav-link" href="{{ url('update') }}">You are in BETA mode! <img src="https://img.llc.ovh/static/v1?label=installed:&message=<?php if(file_exists(base_path("vbeta.json"))) {echo file_get_contents(base_path("vbeta.json"));} else {echo "none";} ?>&color=FFFFFF"> <img src="https://img.llc.ovh/static/v1?label=server:&message=<?php echo file_get_contents("https://update.littlelink-custom.com/beta/vbeta.json"); ?>&color=FFFFFF"></a>
393393
@endif
394394

395+
@if(Route::currentRouteName() === "showConfig")<style>input[type=checkbox]{margin-left: -24px !important;}</style>@endif
395396
@if (config('advanced-config.theme') == 'light' and $color_scheme_override != 'dark')
396397
<div id="myBtn" class="toggle"><span>🌙</span><input type="checkbox" id="toggle-switch" checked/><label for="toggle-switch"></label><span>☀️</span></div>
397398
<script>function ColorOverrride(){document.cookie="color_scheme_override=dark; path=/",location.reload()}var btn=document.getElementById("myBtn");btn.addEventListener("click",ColorOverrride);</script>

0 commit comments

Comments
 (0)