mirror of
https://github.com/filebrowser/filebrowser.git
synced 2025-05-08 19:22:57 +00:00
chore: Optimize upload indicator display (#3202)
This commit is contained in:
parent
be62f56782
commit
c9e05f98c4
@ -117,3 +117,13 @@ export default {
|
|||||||
},
|
},
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
<style scoped>
|
||||||
|
|
||||||
|
.upload-info{
|
||||||
|
min-width: 19ch;
|
||||||
|
width:auto;
|
||||||
|
text-align: left;
|
||||||
|
}
|
||||||
|
|
||||||
|
</style>
|
Loading…
x
Reference in New Issue
Block a user