mirror of
https://github.com/LBRYFoundation/lbry-desktop.git
synced 2025-08-28 16:01:26 +00:00
quick fix to see if people will stop complaining about cards not lining up
This commit is contained in:
parent
be84f73387
commit
d256d9eac1
1 changed files with 6 additions and 0 deletions
|
@ -323,6 +323,7 @@
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
font-size: var(--font-small);
|
font-size: var(--font-small);
|
||||||
color: var(--color-text);
|
color: var(--color-text);
|
||||||
|
min-height: 2.5rem;
|
||||||
|
|
||||||
@media (max-width: $breakpoint-small) {
|
@media (max-width: $breakpoint-small) {
|
||||||
font-size: var(--font-xsmall);
|
font-size: var(--font-xsmall);
|
||||||
|
@ -351,5 +352,10 @@
|
||||||
|
|
||||||
.claim-tile__about--channel {
|
.claim-tile__about--channel {
|
||||||
@extend .claim-tile__about;
|
@extend .claim-tile__about;
|
||||||
|
flex: 1;
|
||||||
|
flex-direction: row;
|
||||||
|
justify-content: space-between;
|
||||||
|
align-items: center;
|
||||||
|
height: 2.1rem;
|
||||||
font-size: var(--font-body);
|
font-size: var(--font-body);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue