Adjust channel wrapper spacing on file page on mobile
This commit is contained in:
parent
a697d70ff9
commit
6805e78d2c
1 changed files with 14 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue