diff --git a/assets/sass/_vars.scss b/assets/sass/_vars.scss index 29352e5..19e7e2f 100644 --- a/assets/sass/_vars.scss +++ b/assets/sass/_vars.scss @@ -29,5 +29,5 @@ $errorText: darken($error, 30%); $errorColor: desaturate($errorText, 50%); // Responsivity -$mobileThreshold: 632px; +$mobileThreshold: 850px; $desktopThreshold: 940px; diff --git a/views/desktop-utility.njk b/views/desktop-utility.njk index bfce448..55760a5 100644 --- a/views/desktop-utility.njk +++ b/views/desktop-utility.njk @@ -1,6 +1,6 @@
There may be a desktop client at some point. For now, if you're an advanced user, you can setup scripts/macros.
@@ -12,7 +12,7 @@Name | +Name | Download link |
---|
# | -Secret | -Created at | -Last used at | -Actions | -
---|
{{ token.id }} | -
-
-
- {{ token.secret }}
-
- |
- {{ token.created_at.toISOString() }} | -{{ token.used_at.toISOString() }} | -
- |
+ # | +Secret | +Created at | +Last used at | +Actions |
---|
You're their manager, please be nice with them.
-# | -URL | -Name | -Size | -Expires at | -Actions | -
---|
{{ file.id }} | -
-
- {{ file.getURL() }}
-
-
- |
- {{ file.real_name }} | -{{ (file.size / (1024 * 1024)).toFixed(2) }}MB | - {% set expires_at = file.getExpirationDate() %} -{% if expires_at %}{{ expires_at.toISOString() }}{% else %}Never{% endif %} | -
- {% if file.shouldBeDeleted() %}
- Pending deletion
- {% else %}
- |
+ # | +URL | +Name | +Size | +Expires at | +Actions |
---|
{{ file.real_name }}
These are permanent.
-# | -URL | -Target | -
---|
{{ url.id }} | -
-
- {{ url.getURL() }}
-
-
- |
- {{ url.target_url }} | +# | +URL | +Target |
---|
{{ url.target_url }}