From 7021fe194764904b71c77405c1dad90828904df4 Mon Sep 17 00:00:00 2001 From: localhost Date: Tue, 11 Nov 2025 17:54:05 +0100 Subject: [PATCH] save --- src/templates/save.eta | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/templates/save.eta b/src/templates/save.eta index e79f6c4..106c230 100644 --- a/src/templates/save.eta +++ b/src/templates/save.eta @@ -1,7 +1,6 @@ <% layout('./layout') %>
- I'm running low on usable storage, and don't have the time needed to setup the new storage servers. For now, the quality and maximum length of videos has been lowered.
- This will hopefully be restored soon, sorry. This in no way affects already saved videos. + The new storage server has been deployed.
@@ -58,9 +57,9 @@ .sorry { margin-top: 10px; position: relative; - background-color: #ffd8cfff; - border-top: 2px dashed #da7b5eff; - border-bottom: 2px dashed #da7b5eff; + background-color: #cfeeffff; + border-top: 2px dashed #5ebbdaff; + border-bottom: 2px dashed #5ebbdaff; padding-top: 5px; padding-bottom: 5px; text-align: center;