diff options
author | pacien | 2021-07-04 18:37:46 +0200 |
---|---|---|
committer | pacien | 2021-07-04 18:37:46 +0200 |
commit | c28b29b12810548a5927a02ca80714fcce24a61b (patch) | |
tree | 8522ddede65022567933101cd90040fb430b4862 /viewer/src | |
parent | 928c501dda0c3580e3cb0389efc16fc1dde16b68 (diff) | |
download | ldgallery-c28b29b12810548a5927a02ca80714fcce24a61b.tar.gz |
viewer/SplashScreen: remove useless style class
Diffstat (limited to 'viewer/src')
-rw-r--r-- | viewer/src/views/SplashScreen.vue | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/viewer/src/views/SplashScreen.vue b/viewer/src/views/SplashScreen.vue index 808567e..a2f499a 100644 --- a/viewer/src/views/SplashScreen.vue +++ b/viewer/src/views/SplashScreen.vue | |||
@@ -2,7 +2,7 @@ | |||
2 | <b-loading v-if="isLoading" active /> | 2 | <b-loading v-if="isLoading" active /> |
3 | <div v-else-if="markdown" :class="$style.splashscreen" class="scrollbar"> | 3 | <div v-else-if="markdown" :class="$style.splashscreen" class="scrollbar"> |
4 | <Markdown :style="config.style" class="flex-grow-1" :markdown="markdown" /> | 4 | <Markdown :style="config.style" class="flex-grow-1" :markdown="markdown" /> |
5 | <b-button size="is-large" :label="buttonAcknowledgeLabel" :class="$style.buttonAcknowledge" @click="validation" /> | 5 | <b-button size="is-large" :label="buttonAcknowledgeLabel" @click="validation" /> |
6 | </div> | 6 | </div> |
7 | </template> | 7 | </template> |
8 | 8 | ||
@@ -65,8 +65,4 @@ export default class SplashScreen extends Vue { | |||
65 | align-items: center; | 65 | align-items: center; |
66 | padding: 32px; | 66 | padding: 32px; |
67 | } | 67 | } |
68 | .buttonAcknowledge { | ||
69 | min-width: 310px; | ||
70 | align-self: center; | ||
71 | } | ||
72 | </style> | 68 | </style> |