This commit is contained in:
zeppi 2021-04-26 23:18:39 -04:00 committed by jessopb
parent 870b9e0c27
commit 6ab2878766
2 changed files with 0 additions and 15 deletions

View file

@ -227,7 +227,6 @@
.claim-preview__actions {
align-self: flex-end;
//margin-top: 0;
margin-bottom: auto;
justify-content: flex-end;
width: auto;
@ -248,7 +247,6 @@
margin-top: 0;
}
}
//align-self: flex-start;
}
}
}
@ -281,10 +279,6 @@
display: flex;
flex-direction: column;
flex: 1;
//@media (max-width: $breakpoint-small) {
// margin-bottom: var(--spacing-s);
//}
}
.claim-preview-info {
@ -302,7 +296,6 @@
display: flex;
flex-direction: column;
justify-content: space-between;
//margin-top: auto;
width: 100%;
@media (min-width: $breakpoint-small) {

View file

@ -39,12 +39,6 @@
align-self: flex-start;
color: var(--color-text-subtitle);
font-size: var(--font-small);
//
//.channel-thumbnail {
// display: inline-block;
// @include handleChannelGif(1rem);
// margin-right: var(--spacing-xs);
//}
}
.media__subtitle--centered {
@ -116,7 +110,6 @@
position: relative;
display: flex;
flex-wrap: wrap;
//justify-content: space-between;
margin-top: 0;
> *:not(:last-child) {
@ -124,7 +117,6 @@
}
@media (max-width: $breakpoint-small) {
//justify-content: flex-start;
padding-top: var(--spacing-s);
> * {