mirror of
https://gitlab.com/timvisee/send.git
synced 2025-12-06 22:20:55 +03:00
android style fixes
This commit is contained in:
11
app/main.css
11
app/main.css
@@ -149,10 +149,8 @@ footer li:hover {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.intro {
|
.intro {
|
||||||
max-width: unset;
|
max-width: 100%;
|
||||||
height: unset;
|
height: unset;
|
||||||
margin-bottom: -3rem;
|
|
||||||
margin-right: -7rem;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.main {
|
.main {
|
||||||
@@ -260,6 +258,13 @@ select {
|
|||||||
background-image: url('../assets/logo.svg');
|
background-image: url('../assets/logo.svg');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.intro {
|
||||||
|
max-width: unset;
|
||||||
|
height: unset;
|
||||||
|
margin-bottom: -3rem;
|
||||||
|
margin-right: -7rem;
|
||||||
|
}
|
||||||
|
|
||||||
.main {
|
.main {
|
||||||
@apply flex-1;
|
@apply flex-1;
|
||||||
@apply self-center;
|
@apply self-center;
|
||||||
|
|||||||
@@ -142,10 +142,7 @@ function archiveDetails(translate, archive) {
|
|||||||
num: archive.manifest.files.length
|
num: archive.manifest.files.length
|
||||||
})}
|
})}
|
||||||
</summary>
|
</summary>
|
||||||
${list(
|
${list(archive.manifest.files.map(f => fileInfo(f)), 'list-reset')}
|
||||||
archive.manifest.files.map(f => fileInfo(f)),
|
|
||||||
'list-reset h-full'
|
|
||||||
)}
|
|
||||||
</details>
|
</details>
|
||||||
`;
|
`;
|
||||||
}
|
}
|
||||||
@@ -241,7 +238,7 @@ module.exports = function(state, emit, archive) {
|
|||||||
|
|
||||||
module.exports.wip = function(state, emit) {
|
module.exports.wip = function(state, emit) {
|
||||||
return html`
|
return html`
|
||||||
<send-upload-area class="flex flex-col bg-white md:h-full w-full" id="wip">
|
<send-upload-area class="flex flex-col bg-white h-full w-full" id="wip">
|
||||||
${list(
|
${list(
|
||||||
Array.from(state.archive.files)
|
Array.from(state.archive.files)
|
||||||
.reverse()
|
.reverse()
|
||||||
|
|||||||
Reference in New Issue
Block a user