Skip to content

Commit

Permalink
small UI tweaks left out from the other PR
Browse files Browse the repository at this point in the history
  • Loading branch information
cstuncsik committed Nov 19, 2024
1 parent 53ddbfe commit f59386a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -541,8 +541,7 @@ code[class^='language-'] {
background-color: var(--color-foreground-xlight);
border: var(--border-base);
width: 100%;
padding-top: 1px;
overflow: hidden;
border-top: 0;
textarea {
border: none;
Expand Down
2 changes: 0 additions & 2 deletions packages/editor-ui/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -190,8 +190,6 @@ watch(defaultLocale, (newLocale) => {
.sidebar {
grid-area: sidebar;
height: 100%;
width: 100%;
z-index: var(--z-index-app-sidebar);
}
Expand Down

0 comments on commit f59386a

Please sign in to comment.