fix rebase
This commit is contained in:
parent
848495f82a
commit
bd4ac1ae8a
2 changed files with 5 additions and 2 deletions
|
@ -47,7 +47,6 @@ import BuyPage from 'page/buy';
|
||||||
import NotificationsPage from 'page/notifications';
|
import NotificationsPage from 'page/notifications';
|
||||||
import SignInWalletPasswordPage from 'page/signInWalletPassword';
|
import SignInWalletPasswordPage from 'page/signInWalletPassword';
|
||||||
import YoutubeSyncPage from 'page/youtubeSync';
|
import YoutubeSyncPage from 'page/youtubeSync';
|
||||||
import SignInWalletPasswordPage from 'page/signInWalletPassword';
|
|
||||||
import { LINKED_COMMENT_QUERY_PARAM } from 'constants/comment';
|
import { LINKED_COMMENT_QUERY_PARAM } from 'constants/comment';
|
||||||
import { parseURI } from 'lbry-redux';
|
import { parseURI } from 'lbry-redux';
|
||||||
import { SITE_TITLE, WELCOME_VERSION } from 'config';
|
import { SITE_TITLE, WELCOME_VERSION } from 'config';
|
||||||
|
|
|
@ -213,8 +213,12 @@ $thumbnailWidthSmall: 1.5rem;
|
||||||
|
|
||||||
.comment__actions--nested {
|
.comment__actions--nested {
|
||||||
@extend .comment__actions;
|
@extend .comment__actions;
|
||||||
margin-left: calc((#{$thumbnailWidthSmall} + var(--spacing-l)));
|
margin-left: calc((#{$thumbnailWidthSmall} + var(--spacing-xs)));
|
||||||
margin-top: var(--spacing-m);
|
margin-top: var(--spacing-m);
|
||||||
|
|
||||||
|
@media (min-width: $breakpoint-small) {
|
||||||
|
margin-left: calc((#{$thumbnailWidth} + var(--spacing-m)));
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.comment__action {
|
.comment__action {
|
||||||
|
|
Loading…
Add table
Reference in a new issue