Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
verona-modules-aspect
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
IQB
verona-modules-aspect
Commits
d22595d5
Commit
d22595d5
authored
8 months ago
by
rhenck
Browse files
Options
Downloads
Patches
Plain Diff
[editor] TextEditor: Improve styling
parent
1dea8f1f
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
projects/editor/src/app/text-editor/rich-text-editor.component.scss
+5
-3
5 additions, 3 deletions
...ditor/src/app/text-editor/rich-text-editor.component.scss
with
5 additions
and
3 deletions
projects/editor/src/app/text-editor/rich-text-editor.component.scss
+
5
−
3
View file @
d22595d5
...
@@ -11,14 +11,14 @@ tiptap-editor {
...
@@ -11,14 +11,14 @@ tiptap-editor {
:host
::ng-deep
div
.ProseMirror
{
:host
::ng-deep
div
.ProseMirror
{
width
:
100%
;
width
:
100%
;
margin
:
1
0
px
;
margin
:
1
px
1px
10px
1
px
;
overflow
:
scroll
;
overflow
:
scroll
;
border
:
1px
solid
gray
;
border
:
1px
solid
gray
;
max-width
:
1000px
;
max-width
:
1000px
;
padding
:
5px
;
}
}
.editor-control-panel
{
.editor-control-panel
{
margin-bottom
:
15px
;
padding
:
5px
;
padding
:
5px
;
font
:
unset
;
font
:
unset
;
max-width
:
1000px
;
max-width
:
1000px
;
...
@@ -27,6 +27,8 @@ tiptap-editor {
...
@@ -27,6 +27,8 @@ tiptap-editor {
flex-wrap
:
wrap
;
flex-wrap
:
wrap
;
background
:
linear-gradient
(
to
top
right
,
#FFF5F8
,
#FAFAFA
);
background
:
linear-gradient
(
to
top
right
,
#FFF5F8
,
#FAFAFA
);
box-shadow
:
0
2px
2px
-2px
rgba
(
34
,
47
,
62
,.
1
)
,
0
8px
8px
-4px
rgba
(
34
,
47
,
62
,.
07
);
box-shadow
:
0
2px
2px
-2px
rgba
(
34
,
47
,
62
,.
1
)
,
0
8px
8px
-4px
rgba
(
34
,
47
,
62
,.
07
);
border-top-right-radius
:
4px
;
border-top-left-radius
:
4px
;
}
}
.editor-control-panel
.input-group
{
.editor-control-panel
.input-group
{
...
@@ -37,12 +39,12 @@ tiptap-editor {
...
@@ -37,12 +39,12 @@ tiptap-editor {
padding
:
0
.3em
0
0
.7em
0
;
padding
:
0
.3em
0
0
.7em
0
;
}
}
.editor-control-panel
.input-group
.dropdown
{
.editor-control-panel
.input-group
.dropdown
{
width
:
95px
;
width
:
95px
;
height
:
40px
;
height
:
40px
;
margin
:
0
5px
;
margin
:
0
5px
;
}
}
// ### Adjust Material select ###
// ### Adjust Material select ###
:host
::ng-deep
.editor-control-panel
.input-group
.dropdown
.mat-mdc-text-field-wrapper
{
:host
::ng-deep
.editor-control-panel
.input-group
.dropdown
.mat-mdc-text-field-wrapper
{
max-height
:
100%
;
max-height
:
100%
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment