Tweaked list spacings a little to align paddings

This commit is contained in:
Dan Brown 2022-10-30 21:06:42 +00:00
parent 09f2bc28d2
commit 9e8516c2df
No known key found for this signature in database
GPG Key ID: 46D9F943C24A2EF9
2 changed files with 5 additions and 5 deletions

View File

@ -1,10 +1,10 @@
<div class="item-list-row py-s">
<div class="flex-container-row">
<div class="flex-2 py-xxs px-m flex-container-row items-center gap-s">
<div class="flex-2 px-m flex-container-row items-center gap-xs">
@include('common.status-indicator', ['status' => $webhook->active])
<a href="{{ $webhook->getUrl() }}">{{ $webhook->name }}</a>
<div>&nbsp;<a href="{{ $webhook->getUrl() }}">{{ $webhook->name }}</a></div>
</div>
<div class="flex py-xxs px-m text-right text-muted">
<div class="flex px-m text-right text-muted">
@if($webhook->tracksEvent('all'))
{{ trans('settings.webhooks_events_all') }}
@else
@ -12,7 +12,7 @@
@endif
</div>
</div>
<div class="px-m py-xxs text-muted italic text-limit-lines-1">
<div class="px-m text-muted italic text-limit-lines-1">
<small>{{ $webhook->endpoint }}</small>
</div>
</div>

View File

@ -1,4 +1,4 @@
<div class="flex-container-row item-list-row items-center wrap py-s">
<div class="flex-container-row item-list-row items-center wrap py-xs">
<div class="px-m py-xs flex-container-row items-center flex-2 gap-l min-width-m">
<img class="avatar med" width="40" height="40" src="{{ $user->getAvatar(40)}}" alt="{{ $user->name }}">
<a href="{{ url("/settings/users/{$user->id}") }}">