feat: replace accordion in change editor menu with regular menu (#871)

This commit is contained in:
Aman Harwara
2022-02-16 17:57:06 +05:30
committed by GitHub
parent cb013dbce9
commit cc2bc1e21c
10 changed files with 428 additions and 487 deletions

View File

@@ -450,6 +450,10 @@
padding: 3rem;
}
.sn-component .pt-0\.5 {
padding-top: 0.125rem;
}
.pt-1 {
padding-top: 0.25rem;
}
@@ -470,7 +474,7 @@
padding-top: 1.5rem;
}
.pb-1 {
.sn-component .pb-1 {
padding-bottom: 0.25rem;
}
@@ -487,6 +491,11 @@
padding-right: 0;
}
.px-2\.5 {
padding-left: 0.625rem;
padding-right: 0.625rem;
}
.px-4 {
padding-left: 1rem;
padding-right: 1rem;
@@ -853,7 +862,7 @@
}
.dimmed {
opacity: .5;
opacity: 0.5;
cursor: default;
pointer-events: none;
}
@@ -865,3 +874,12 @@
.bg-note-size-warning {
background-color: rgba(235, 173, 0, 0.08);
}
.sn-component .border-y-1px {
border-top-width: 1px;
border-bottom-width: 1px;
}
.sn-component .border-t-0 {
border-top-width: 0;
}