From 67886f698b4603fc8d49498800fbd284ce209bc8 Mon Sep 17 00:00:00 2001 From: SofianeLasri <alasri250@gmail.com> Date: Thu, 14 Apr 2022 22:52:25 +0200 Subject: [PATCH] final css fix --- BrowserAssets/UI/css/window.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/BrowserAssets/UI/css/window.css b/BrowserAssets/UI/css/window.css index 51ad99e6..ab2867a7 100644 --- a/BrowserAssets/UI/css/window.css +++ b/BrowserAssets/UI/css/window.css @@ -125,7 +125,8 @@ } .window .content .presentationImage { - width: 80%; + width: 30%; + min-width: 30%; height: 100%; background-size: cover; background-position: center; -- GitLab