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

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2020-10-05 11:50:14 +0300
committerJoas Schilling <coding@schilljs.com>2020-10-05 11:50:14 +0300
commit07ad547a222fe71618cbbd8f660fe7c5c74642fe (patch)
treeb3cb1ae27b0e585567f5580d3c0e9f996038a1cc /src/PublicShareSidebar.vue
parente74d0200a644f55138336121f5f2eefdc8978cc2 (diff)
Import @nextcloud/dialogs scss file
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'src/PublicShareSidebar.vue')
-rw-r--r--src/PublicShareSidebar.vue1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/PublicShareSidebar.vue b/src/PublicShareSidebar.vue
index ac0c95311..e546fc36b 100644
--- a/src/PublicShareSidebar.vue
+++ b/src/PublicShareSidebar.vue
@@ -62,6 +62,7 @@ import browserCheck from './mixins/browserCheck'
import duplicateSessionHandler from './mixins/duplicateSessionHandler'
import isInCall from './mixins/isInCall'
import talkHashCheck from './mixins/talkHashCheck'
+import '@nextcloud/dialogs/styles/toast.scss'
export default {