Fix links in filesystem dropdown menu

Styling fixes
This commit is contained in:
2024-06-13 18:08:13 +02:00
parent 08698bbdb4
commit 1e0a692ca0
4 changed files with 9 additions and 10 deletions

View File

@@ -13,9 +13,7 @@ will be removed when reported.
order to comply with international regulations I have to prevent it from order to comply with international regulations I have to prevent it from
spreading too far. For this reason pornographic videos and images can be spreading too far. For this reason pornographic videos and images can be
reported through the file reporting form. Once reported the file will be reported through the file reporting form. Once reported the file will be
removed from public viewing. The IP address of the uploader will not be removed from public viewing.
banned, and if the file was uploaded with an account, the owner of the file
will still be able to download their files.
* **Abuse of minors**: Videos, images or audio fragments depicting abuse or * **Abuse of minors**: Videos, images or audio fragments depicting abuse or
inappropriate touching of minors will be removed and reported to the National inappropriate touching of minors will be removed and reported to the National
Center for Missing and Exploited Children when found. Center for Missing and Exploited Children when found.
@@ -52,7 +50,9 @@ formal DMCA take-down request to
[abuse@pixeldrain.com](mailto:abuse@pixeldrain.com) and I will review it. In [abuse@pixeldrain.com](mailto:abuse@pixeldrain.com) and I will review it. In
your e-mail you need to swear under penalty of perjury that you (or your your e-mail you need to swear under penalty of perjury that you (or your
company) own exclusive rights to the claimed content. Please state the name of company) own exclusive rights to the claimed content. Please state the name of
your organisation so the report can be properly categorised. your organisation so the report can be properly categorised. Please put all
relevant information in the e-mail body itself, **no attachments**! PDF files
will not be reviewed.
The abuse mailbox relies on e-mail forwarding to work. The mail is first The abuse mailbox relies on e-mail forwarding to work. The mail is first
processed by the pixeldrain server and then forwarded to my mailbox. If your processed by the pixeldrain server and then forwarded to my mailbox. If your

View File

@@ -11,7 +11,7 @@ export let center = false
.block { .block {
display: block; display: block;
text-align: initial; text-align: initial;
max-width: 100%; max-width: 99%;
overflow-wrap: anywhere; overflow-wrap: anywhere;
margin: 8px auto; margin: 8px auto;

View File

@@ -57,8 +57,8 @@ const click = e => {
<Button link_href="/d/me" icon="folder" label="My Filesystem"/> <Button link_href="/d/me" icon="folder" label="My Filesystem"/>
<Button link_href="/filesystem" icon="description" label="Filesystem Guide"/> <Button link_href="/filesystem" icon="description" label="Filesystem Guide"/>
<div class="separator"></div> <div class="separator"></div>
<Button link_href="/user/files" icon="image" label="My Files"/> <Button link_href="/user/filemanager#files" icon="image" label="My Files"/>
<Button link_href="/user/lists" icon="photo_library" label="My Albums"/> <Button link_href="/user/filemanager#lists" icon="photo_library" label="My Albums"/>
<div class="separator"></div> <div class="separator"></div>
<Button link_href="/user" icon="person" label="Profile"/> <Button link_href="/user" icon="person" label="Profile"/>
<Button link_href="/user/settings" icon="settings" label="Account Settings"/> <Button link_href="/user/settings" icon="settings" label="Account Settings"/>

View File

@@ -36,13 +36,12 @@ const update_links = (path) => {
.container { .container {
text-align: center; text-align: center;
margin-top: 6px; margin-top: 6px;
margin-bottom: 6px;
} }
.link { .link {
display: inline-block; display: block;
} }
.image { .image {
display: inline-block; display: block;
margin: auto; margin: auto;
max-height: 90px; max-height: 90px;
max-width: 99%; max-width: 99%;