Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
💄 (#107): visual adjust
Signed-off-by: Vinicius Reis <[email protected]>
  • Loading branch information
Vinicius Reis committed Aug 17, 2022
commit c74bba094e9df158b4718a7470e3a7fefaaa1b60
4 changes: 1 addition & 3 deletions src/components/Editor/EditorOutline.vue
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export default {

<style lang="scss" scoped>
.editor--outline {
max-width: var(--text-editor-outline-max-width, 300px);
width: 300px;
padding: 0 10px;
position: fixed;
top: 104px;
Expand All @@ -67,8 +67,6 @@ export default {
box-shadow: 8px 0 17px -19px var(--color-box-shadow);
background-color: var(--color-main-background-translucent);
z-index: 1;
width: 300px;
max-width: 100%;
}
}

Expand Down