Skip to content

Commit

Permalink
馃拕 Change styling of Update Link Title Input
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelbernhart committed Aug 28, 2021
1 parent a35d414 commit 46d8c30
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions client/components/Modal/LinkDetails.vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<input
v-if="editable"
v-model="linkTitle"
class="no-input headline"
class="input headline"
placeholder="Click to add a title for this link"
title="Click to edit title"
/>
Expand Down Expand Up @@ -398,8 +398,9 @@ export default {
}
.top {
align-items: flex-start;
display: flex;
align-items: center;
column-gap: 25px;
margin-bottom: 0.5rem;
.title {
Expand All @@ -418,9 +419,10 @@ export default {
}
.headline {
color: var(--text);
font-size: inherit;
font-weight: 600;
color: var(--text);
margin-bottom: 10px;
width: 100%;
}
Expand Down

0 comments on commit 46d8c30

Please sign in to comment.