feat(fe/files panel): enable download URL QR code

This commit is contained in:
hexxa 2021-12-30 17:28:06 +08:00 committed by Hexxa
parent f46d492d44
commit 1ff7cfc141
7 changed files with 93 additions and 34 deletions

View file

@ -497,4 +497,8 @@
.bold {
font-weight: bold;
}
.fix {
clear: both;
}

View file

@ -196,6 +196,29 @@
text-align: left;
}
.theme-default #item-rows .column {
width: 50%;
max-width: 100%;
float: left;
}
.theme-default #browser .info {
border: dashed 1px #95a5a6;
font-size: 1.4rem;
padding: 1rem;
color: #697384;
margin: 1rem 0 0 0;
background-color: #ecf0f1;
white-space: nowrap;
overflow: auto;
}
.theme-default .qrcode {
padding: 1rem;
background-color: #ecf0f1;
display: inline-block;
}
.theme-default .item-cell {
height: 5rem;
}