Updated badge styling

This commit is contained in:
Julian Prieber 2023-02-09 15:59:19 +01:00
parent 534086a74b
commit d1fd8dc9f9
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
.badge{
width: 24px;
height: 24px;
margin-left: -5px;
margin: 5px;
display: inline-block;
vertical-align: middle;
}

Before

Width:  |  Height:  |  Size: 2.0 KiB

After

Width:  |  Height:  |  Size: 2.0 KiB

View File

@ -259,7 +259,7 @@ function get_operating_system() {
@endif
<!-- Your Name -->
<h1 class="fadein">{{ $info->name }}@if($userinfo->role == 'vip' or $userinfo->role == 'admin') @include('components.verify-svg') @endif</h1>
<h1 class="fadein">{{ $info->name }}@if($userinfo->role == 'vip' or $userinfo->role == 'admin')@include('components.verify-svg')@endif</h1>
<!-- Short Bio -->
<div class="fadein"><center><p style="width:50%;min-width:300px;" class="fadein">@if(env('ALLOW_USER_HTML') === true){!! $info->littlelink_description !!}@else{{ $info->littlelink_description }}@endif</p></center></div>