feat: Add option to toggle editor icon in new notes list design (#799)

This commit is contained in:
Aman Harwara
2022-01-06 20:30:10 +05:30
committed by GitHub
parent 285fe31dd8
commit 875f5417be
8 changed files with 57 additions and 23 deletions

View File

@@ -138,7 +138,7 @@ notes-view {
flex-flow: column;
align-items: center;
justify-content: space-between;
padding: 0.9rem;
padding: 1rem;
padding-right: 0.75rem;
margin-right: 0;
}
@@ -146,10 +146,14 @@ notes-view {
.meta {
flex-grow: 1;
min-width: 0;
padding: 0.9rem;
padding: 1rem;
padding-left: 0;
border-bottom: 1px solid var(--sn-stylekit-border-color);
&.icon-hidden {
padding-left: 1rem;
}
.name {
display: flex;
align-items: center;