File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -389,7 +389,9 @@ function getUrlSatusCodesb($urlsb, $timeoutsb = 3)
389
389
@endif
390
390
391
391
@if (env (' JOIN_BETA' ) === true and auth ()-> user ()-> role == ' admin' )
392
- <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 >
392
+ <style >.beta-mobile {display : none ;margin : 0 auto ;font-size :200% ;padding-left : 15px ;margin-right : -15px ;position : relative ;bottom : 3px ;}@media only screen and (max-width : 1300px) {.beta {display : none ;}.beta-mobile {display : inline-block !important ;}} </style >
393
+ <a style =" color :tomato ;" class =" nav-link beta" 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 >
394
+ <a style =" color :tomato ;" class =" beta-mobile" href =" {{ url (' update' ) } }" ><i class =" bi bi-file-code-fill" ></i ></a >
393
395
@endif
394
396
395
397
@if (Route:: currentRouteName () === " showConfig" )<style >#toggle-switch {margin-left : -24px !important ;} </style >@endif
You can’t perform that action at this time.
0 commit comments