From c39eea699f11a110c9924c9667dff90a8add9661 Mon Sep 17 00:00:00 2001 From: zxj96 <519213124@qq.com> Date: Fri, 19 Apr 2019 09:54:29 +0800 Subject: [PATCH] modify img position --- frontend/src/css/grid-view.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/css/grid-view.css b/frontend/src/css/grid-view.css index 732def60f4..b2ddeca5e0 100644 --- a/frontend/src/css/grid-view.css +++ b/frontend/src/css/grid-view.css @@ -68,7 +68,7 @@ .grid-file-locked-icon { position: absolute; - bottom: 5px; + bottom: 0; right: 10px; width: 16px; } \ No newline at end of file