feat: update mobile design (#1526)

This commit is contained in:
Aman Harwara
2022-09-12 21:48:47 +05:30
committed by GitHub
parent 9fa093280d
commit 39d0ee9181
20 changed files with 314 additions and 254 deletions

View File

@@ -26,8 +26,9 @@
}
&:not(.selected) {
min-height: 0;
height: auto;
border-bottom: 1px solid var(--sn-stylekit-border-color);
padding: 0;
}
}
}

View File

@@ -150,16 +150,9 @@ $footer-height: 2rem;
width: 100%;
.section {
padding-bottom: 0px;
position: relative;
overflow: hidden;
> .content {
height: 100%;
max-height: 100%;
position: relative;
}
.section-title-bar {
.add-button {
font-size: 12px;
@@ -168,7 +161,6 @@ $footer-height: 2rem;
.section-title-bar-header {
display: flex;
justify-content: space-between;
align-items: center;
// This was causing problems with tags + button cutting off on right when the panel is a certain size
// overflow: hidden;

View File

@@ -57,7 +57,6 @@ $content-horizontal-padding: 16px;
.tag,
.root-drop {
font-size: 14px;
padding: 4px 14px;
cursor: pointer;
transition: height 0.1s ease-in-out;
width: 100%;