Skip to content

Commit 006a83d

Browse files
authored
Merge pull request #4658 from nextcloud/backport/2832/stable27
2 parents 8de35fe + 6117bc3 commit 006a83d

24 files changed

Lines changed: 578 additions & 67 deletions

β€Žcss/style.scssβ€Ž

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
@use 'sass:math';
22

3-
:root {
4-
--text-editor-max-width: 670px
5-
}
6-
7-
.modal-container .text-editor {
8-
position: absolute;
9-
}
3+
@import './variables';
104

115
.ProseMirror-hideselection {
126
caret-color: transparent;

β€Žcss/variables.scssβ€Ž

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
:root {
2+
--text-editor-max-width: 670px
3+
}
4+

β€Žjs/editor.jsβ€Ž

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žjs/editor.js.LICENSE.txtβ€Ž

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -440,25 +440,3 @@
440440
* along with this program. If not, see <http://www.gnu.org/licenses/>.
441441
*
442442
*/
443-
444-
/**
445-
* @copyright Copyright (c) 2022 Vinicius Reis <[email protected]>
446-
*
447-
* @author Vinicius Reis <[email protected]>
448-
*
449-
* @license AGPL-3.0-or-later
450-
*
451-
* This program is free software: you can redistribute it and/or modify
452-
* it under the terms of the GNU Affero General Public License as
453-
* published by the Free Software Foundation, either version 3 of the
454-
* License, or (at your option) any later version.
455-
*
456-
* This program is distributed in the hope that it will be useful,
457-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
458-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
459-
* GNU Affero General Public License for more details.
460-
*
461-
* You should have received a copy of the GNU Affero General Public License
462-
* along with this program. If not, see <http://www.gnu.org/licenses/>.
463-
*
464-
*/

β€Žjs/editor.js.mapβ€Ž

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žjs/files-modal.jsβ€Ž

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žjs/files-modal.js.mapβ€Ž

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žjs/text-editors.jsβ€Ž

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žjs/text-editors.js.mapβ€Ž

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žjs/text-files.jsβ€Ž

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
Β (0)