Skip to content

Commit

Permalink
Implement metadata editor redesign
Browse files Browse the repository at this point in the history
  • Loading branch information
gordlin authored and Gordon Lin committed Sep 24, 2024
1 parent d7f5346 commit f3afcb2
Show file tree
Hide file tree
Showing 3 changed files with 441 additions and 241 deletions.
8 changes: 7 additions & 1 deletion src/components/editor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -372,10 +372,11 @@ export default class EditorV extends Vue {
}
.editor-input {
padding: 5px 10px;
padding: 10px 10px;
margin-top: 5px;
border: 1px solid black;
display: inline;
border-radius: 5px;
}
.editor-container .input-error {
Expand All @@ -389,6 +390,11 @@ export default class EditorV extends Vue {
transition-duration: 0.2s;
}
.editor-forms-button {
padding: 11px 15px;
border-radius: 5px;
}
.editor-button:hover:enabled {
background-color: #dbdbdb;
color: black;
Expand Down
Loading

0 comments on commit f3afcb2

Please sign in to comment.