Skip to content

Commit

Permalink
UI tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitrov-adrian committed Dec 8, 2021
1 parent 7e06b84 commit 98ae2ac
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 11 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
node_modules
interface/dist
10 changes: 0 additions & 10 deletions interface/dist/index.js

This file was deleted.

3 changes: 2 additions & 1 deletion interface/src/interface.vue
Original file line number Diff line number Diff line change
Expand Up @@ -340,14 +340,15 @@ function getImageUrl(imageObject: { url: string } | string) {
.preview-item .property {
border-right: var(--border-width) solid var(--border-subdued);
width: 150px;
width: 120px;
font-weight: 600;
text-align: right;
}
.preview a {
color: var(--primary);
text-decoration: underline;
overflow-wrap: break-word;
}
.preview-item img {
Expand Down

0 comments on commit 98ae2ac

Please sign in to comment.