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