From 8f888078d0b440dd205aacce46d8ba94e36fcd78 Mon Sep 17 00:00:00 2001 From: masterpmi Date: Mon, 27 Jul 2026 14:05:51 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20static/css/custom.css?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/css/custom.css | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/static/css/custom.css b/static/css/custom.css index bb067f6..be7ce38 100644 --- a/static/css/custom.css +++ b/static/css/custom.css @@ -509,11 +509,16 @@ body.dark-mode a { margin: 0.8rem 0 2.2rem; } -.employee-photo { - display: block; - float: none !important; +.employee-photo-wrap { width: 180px; height: 135px; +} + +main .employee-photo-wrap .employee-photo { + display: block; + width: 180px; + height: 135px; + max-width: none; object-fit: cover; margin: 0 !important; border-radius: 3px;