Skip to content

Commit

Permalink
Merge branch 'ravedev'
Browse files Browse the repository at this point in the history
  • Loading branch information
toshokanneko committed Feb 18, 2022
2 parents a6316ce + 4c27d66 commit 6a69e02
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
7 changes: 7 additions & 0 deletions ui/scss/component/_channel.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,13 @@ $actions-z-index: 2;
&:hover {
color: var(--color-primary) !important;
}
@media (max-width: $breakpoint-small) {
.button__label {
div:first-of-type {
top: 50% !important;
}
}
}
}
.button-following:last-of-type {
margin-left: 2px;
Expand Down
14 changes: 14 additions & 0 deletions ui/scss/component/_main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,20 @@ body {
align-items: unset;
}
}
.claim-preview-info {
margin-top: 2px;
margin-bottom: -2px;
.claim-preview__title {
span {
font-size: var(--font-small);
}
}
}
.claim-tile__info {
.media__subtitle {
margin-bottom: 1px;
}
}
}
}
}
Expand Down

0 comments on commit 6a69e02

Please sign in to comment.