Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
W
wax-prosemirror
Manage
Activity
Members
Labels
Plan
Issues
34
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
2
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
wax
wax-prosemirror
Merge requests
!368
Overlay
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Overlay
overlay
into
master
Overview
0
Commits
7
Pipelines
0
Changes
18
Merged
Christos
requested to merge
overlay
into
master
3 years ago
Overview
0
Commits
7
Pipelines
0
Changes
18
Expand
0
0
Merge request reports
Compare
master
version 3
dfbb883a
3 years ago
version 2
4d124a01
3 years ago
version 1
6ef81d03
3 years ago
master (base)
and
latest version
latest version
c319dd16
7 commits,
3 years ago
version 3
dfbb883a
6 commits,
3 years ago
version 2
4d124a01
4 commits,
3 years ago
version 1
6ef81d03
3 commits,
3 years ago
18 files
+
50
−
54
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
18
Search (e.g. *.vue) (Ctrl+P)
editors/demo/src/Editoria/layout/EditoriaLayout.js
+
2
−
2
Options
@@ -167,7 +167,9 @@ const NotesContainer = styled.div`
counter-reset: footnote-view;
display: flex;
flex-direction: column;
padding-top: 10px;
padding-bottom:
${
grid
(
4
)}
;
padding-left:
${
grid
(
10
)}
;
height: 100%;
width: 65%;
`
;
@@ -202,7 +204,6 @@ const MainMenuToolBar = ComponentPlugin('mainMenuToolBar');
const
NotesArea
=
ComponentPlugin
(
'
notesArea
'
);
const
RightArea
=
ComponentPlugin
(
'
rightArea
'
);
const
CommentTrackToolBar
=
ComponentPlugin
(
'
commentTrackToolBar
'
);
const
WaxOverlays
=
ComponentPlugin
(
'
waxOverlays
'
);
const
BottomRightInfo
=
ComponentPlugin
(
'
BottomRightInfo
'
);
const
EditoriaLayout
=
({
editor
})
=>
{
@@ -297,7 +298,6 @@ const EditoriaLayout = ({ editor }) => {
<
/PanelGroup
>
<
/EditorArea
>
<
/Main
>
<
WaxOverlays
/>
<
WaxBottomRightInfo
>
<
InfoContainer
id
=
"
info-container
"
>
<
BottomRightInfo
/>