fix(mobile): increase font sizes and other mobile-centric improvements (#1907)

This commit is contained in:
Mo
2022-11-01 11:41:40 -05:00
committed by GitHub
parent f54b017f53
commit 994f824757
72 changed files with 543 additions and 283 deletions

View File

@@ -24,9 +24,6 @@ $content-horizontal-padding: 16px;
.no-tags-placeholder {
padding: 0px $content-horizontal-padding;
font-size: 12px;
opacity: 0.4;
margin-top: -5px;
}
.root-drop {
@@ -68,10 +65,19 @@ $content-horizontal-padding: 16px;
}
> .tag-info {
align-items: center;
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
min-height: 35px;
@media screen and (min-width: 768px) {
min-height: 31px;
}
@media screen and (min-width: 1024px) {
min-height: 29.5px;
}
.sn-icon {
display: block;
@@ -93,9 +99,6 @@ $content-horizontal-padding: 16px;
}
> .title {
font-size: 14px;
line-height: 18px;
width: 80%;
background-color: transparent;
font-weight: 600;