Partial S3 support

This commit is contained in:
2020-08-15 13:14:44 -05:00
parent 3846c85500
commit 27aa0ae8dc
17 changed files with 588 additions and 385 deletions

View File

@@ -0,0 +1,13 @@
.AddRemoteMount {
margin: 0;
padding: 0;
}
.AddMountButtons {
display: flex;
flex-direction: row;
}
.AddMountButton {
flex: 1;
}