From 55610206ee09dc44ae3db962c09599d275efbe41 Mon Sep 17 00:00:00 2001 From: MatthieuLP Date: Mon, 13 Feb 2023 16:54:42 +0100 Subject: [PATCH] fixed #1868 centered first album btn div --- admin/themes/default/theme.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/themes/default/theme.css b/admin/themes/default/theme.css index b91738b59..8a3253187 100644 --- a/admin/themes/default/theme.css +++ b/admin/themes/default/theme.css @@ -5920,7 +5920,7 @@ li.plupload_delete a:hover {background: url("images/cancelhover.svg")!important; padding: 5px; } -.addAlbumEmpty {text-align: center; position: absolute; top: 45%; left: calc(50% - 30px);} +.addAlbumEmpty {text-align: center; position: absolute; top: 45%; left: 50%; transform: translateX(-50%) translateX(102px)} /* .addAlbumEmptyCenter {position: relative; margin: auto; height: calc(100vh - 280px);} */ .addAlbumEmptyTitle {font-size: 35px; font-weight: bold;} .addAlbumEmptyInfos {font-size: 14px; margin-bottom: 25px !important; margin-top: 5px !important;}