Skip to content

Commit

Permalink
css improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
mcnuttandrew committed Jul 25, 2023
1 parent 99a029f commit 2405c31
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
6 changes: 6 additions & 0 deletions packages/prong-editor/src/stylesheets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,12 @@

/* POPOVER STUFF */


.cm-annotation-widget-popover-container {
max-width: 420px;
outline: none;
}

.cm-tooltip-autocomplete.cm-tooltip {
max-width: 400px
}
Expand Down
10 changes: 1 addition & 9 deletions sites/docs/src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ code {

.App, .styler-app, .editor-container, .tracery-app-root, .vl-demo, #quiet-root {
overflow: auto;
flex: 1;
}

/* EDITOR STUFF */
Expand All @@ -58,19 +59,12 @@ code {
height: 100%;
}

.cm-annotation-widget-popover-container {
max-width: 420px;
outline: none;
}

body, html, #root, .proot {
height: 100%;
}



.proot .link-container h1 {
/* position: absolute; */
left: 29%;
top: 51px;
color: white;
Expand All @@ -87,7 +81,6 @@ body, html, #root, .proot {
}

.root {
/* align-items: center; */
display: flex;
flex-direction: column;
height: 100%;
Expand Down Expand Up @@ -122,7 +115,6 @@ body, html, #root, .proot {
background: #222222ef;
color: white;
height: 100%;
/* min-width: 300px; */
width: 320px;
padding: 10px;
display: flex;
Expand Down

0 comments on commit 2405c31

Please sign in to comment.