Fix links in filesystem dropdown menu
Styling fixes
This commit is contained in:
@@ -11,7 +11,7 @@ export let center = false
|
||||
.block {
|
||||
display: block;
|
||||
text-align: initial;
|
||||
max-width: 100%;
|
||||
max-width: 99%;
|
||||
overflow-wrap: anywhere;
|
||||
margin: 8px auto;
|
||||
|
||||
|
@@ -57,8 +57,8 @@ const click = e => {
|
||||
<Button link_href="/d/me" icon="folder" label="My Filesystem"/>
|
||||
<Button link_href="/filesystem" icon="description" label="Filesystem Guide"/>
|
||||
<div class="separator"></div>
|
||||
<Button link_href="/user/files" icon="image" label="My Files"/>
|
||||
<Button link_href="/user/lists" icon="photo_library" label="My Albums"/>
|
||||
<Button link_href="/user/filemanager#files" icon="image" label="My Files"/>
|
||||
<Button link_href="/user/filemanager#lists" icon="photo_library" label="My Albums"/>
|
||||
<div class="separator"></div>
|
||||
<Button link_href="/user" icon="person" label="Profile"/>
|
||||
<Button link_href="/user/settings" icon="settings" label="Account Settings"/>
|
||||
|
@@ -36,13 +36,12 @@ const update_links = (path) => {
|
||||
.container {
|
||||
text-align: center;
|
||||
margin-top: 6px;
|
||||
margin-bottom: 6px;
|
||||
}
|
||||
.link {
|
||||
display: inline-block;
|
||||
display: block;
|
||||
}
|
||||
.image {
|
||||
display: inline-block;
|
||||
display: block;
|
||||
margin: auto;
|
||||
max-height: 90px;
|
||||
max-width: 99%;
|
||||
|
Reference in New Issue
Block a user