css tweaks

This commit is contained in:
Alexandru 2024-09-14 08:27:20 +03:00
parent 98231879cf
commit b0fd6ba3e9
2 changed files with 7 additions and 1 deletions

View File

@ -85,4 +85,10 @@ form {margin-top: 8px;}
max-width: 900px !important;
margin: 0;
word-wrap: break-word !important;
}
.subtle {
color: rgb(175, 175, 175);
font-style: italic;
font-size: 12px;
}

View File

@ -1 +1 @@
<p class="center">{{ ""|totalfiles }} files uploaded // {{ ""|totalfilesize }} occupied</p>
<p class="subtle">{{ ""|totalfiles }} files uploaded // {{ ""|totalfilesize }} occupied</p>