This commit is contained in:
localhost 2025-11-11 17:54:05 +01:00
parent 953ca99231
commit 7021fe1947
1 changed files with 4 additions and 5 deletions

View File

@ -1,7 +1,6 @@
<% layout('./layout') %>
<div class="sorry">
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. </br>
This will hopefully be restored soon, sorry. This in no way affects already saved videos.
The new storage server has been deployed.
</div>
<div id="logs" class="logs">
@ -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;