From a64ad713e6ca00a6f52fc15b747464079c31a734 Mon Sep 17 00:00:00 2001 From: Sergey Panarin Date: Fri, 21 Jun 2024 10:41:50 +0200 Subject: [PATCH] =?UTF-8?q?=D0=98=D0=B7=D0=BC=D0=B5=D0=BD=D0=B5=D0=BD=D0=B8=D1?= =?UTF-8?q?=8F=20=D0=B4=D0=BB=D1=8F=20=D0=B0=D0=BD=D0=BA=D0=B5=D1=82=D1=8B=20?= =?UTF-8?q?=D1=80=D0=B0=D0=B1=D0=BE=D1=82=D0=BD=D0=B8=D0=BA=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/css/style_may2024.css | 4 ++++ resources/views/workers/cabinet.blade.php | 21 ++++++++++++++++++++- 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/public/css/style_may2024.css b/public/css/style_may2024.css index 593964a..478c452 100644 --- a/public/css/style_may2024.css +++ b/public/css/style_may2024.css @@ -8141,6 +8141,10 @@ main + .news { z-index: 1; position: relative; } +.cabinet__avatar-pic img{ + max-width: 100%; + max-height: 100%; +} .cabinet__avatar-form { width: calc(100% - 100px); padding-left: 15px; diff --git a/resources/views/workers/cabinet.blade.php b/resources/views/workers/cabinet.blade.php index 126967c..321a55a 100644 --- a/resources/views/workers/cabinet.blade.php +++ b/resources/views/workers/cabinet.blade.php @@ -2,7 +2,26 @@ @section('scripts')