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

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVinicius Reis <vinicius.reis@nextcloud.com>2022-05-23 23:41:18 +0300
committerVinicius Reis <vinicius.reis@nextcloud.com>2022-05-23 23:41:18 +0300
commit783bfa07d27c8f5aa9ba9db1ac0fa4fd4d2d85d0 (patch)
tree8ac0c4d4e358e7c429d81dc2c94ca3d32c7a0120 /src/components/ViewerComponent.vue
parentd0bff88319c276a5511b7b7484c64f7b9ce33773 (diff)
♻️ (#2345): remove id selectors
Signed-off-by: Vinicius Reis <vinicius.reis@nextcloud.com>
Diffstat (limited to 'src/components/ViewerComponent.vue')
-rw-r--r--src/components/ViewerComponent.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/ViewerComponent.vue b/src/components/ViewerComponent.vue
index 10c48a8e5..1d8533c5c 100644
--- a/src/components/ViewerComponent.vue
+++ b/src/components/ViewerComponent.vue
@@ -72,7 +72,7 @@ export default {
<style lang="scss">
@media only screen and (max-width: 512px) {
// on mobile, modal-container has top: 50px
- #editor-container {
+ .text-editor {
top: auto;
}
}