mirror of
https://github.com/grocy/grocy.git
synced 2025-08-28 09:01:14 +00:00
Small meal plan page adjustments
This commit is contained in:
@@ -12,6 +12,18 @@
|
||||
@push('pageStyles')
|
||||
<link href="{{ $U('/node_modules/fullcalendar/dist/fullcalendar.min.css?v=', true) }}{{ $version }}"
|
||||
rel="stylesheet">
|
||||
|
||||
<style>
|
||||
.fc-event-container:not(:last-child) {
|
||||
border-bottom: 1px solid !important;
|
||||
border-color: #d6d6d6 !important;
|
||||
}
|
||||
|
||||
.img-fluid {
|
||||
max-width: 90%;
|
||||
}
|
||||
|
||||
</style>
|
||||
@endpush
|
||||
|
||||
@section('content')
|
||||
|
Reference in New Issue
Block a user