Skip to content

Commit

Permalink
Thin pinned promoted message
Browse files Browse the repository at this point in the history
  • Loading branch information
nkonev committed Nov 1, 2023
1 parent 509144a commit 497f1ed
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion frontend/src/ChatView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
closable
color="red-lighten-4"
elevation="2"
density="compact"
>
<router-link :to="getPinnedRouteObject(pinnedPromoted)" class="pinned-text" v-html="pinnedPromoted.text">
</router-link>
Expand Down Expand Up @@ -599,6 +598,12 @@ export default {
position: fixed
z-index: 4;
margin-right: 284px;
.v-alert {
height 38px
padding-top 2px
padding-bottom 2px
}
}
.pinned-promoted-mobile {
margin-right: unset;
Expand Down

0 comments on commit 497f1ed

Please sign in to comment.