Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/photos.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCorentin Mors <corentin.mors@dashlane.com>2020-01-15 15:43:18 +0300
committerCorentin Mors <corentin.mors@dashlane.com>2020-01-17 13:08:40 +0300
commit355d93490ca2cc58a0e575dbb71a3b4e547e209a (patch)
tree41cf19184f78419306fa5deaa78800196e54d645 /src
parentf301c383b56e31539240ccbfed088d0ee502da31 (diff)
(Bugfix #115) Loading spinner position not centered
Signed-off-by: Corentin Mors <corentin.mors@dashlane.com>
Diffstat (limited to 'src')
-rw-r--r--src/Photos.vue1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Photos.vue b/src/Photos.vue
index 168ec682..1d282a46 100644
--- a/src/Photos.vue
+++ b/src/Photos.vue
@@ -77,7 +77,6 @@ export default {
</script>
<style lang="scss" scoped>
#app-content {
- height: 100%;
display: flex;
flex-grow: 1;
flex-direction: column;