1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-26 23:34:45 +00:00

use image last modified time to remove browser cache (#7554)

* use image last modified time to remove browser cache

* remove useless
This commit is contained in:
Michael An
2025-03-05 17:01:54 +08:00
committed by GitHub
parent e8de9ba848
commit a83adb7929
28 changed files with 107 additions and 164 deletions

View File

@@ -1,9 +0,0 @@
.insert-image-container {
max-width: 100%;
border: 1px solid #eee;
padding: 10px;
display: flex;
justify-content: center;
align-items: center;
max-height: 365px;
}