feat: implement encrypted items info (#641)

* feat: implement encrypted items info

* Update app/assets/javascripts/ui_models/app_state/account_menu_state.ts

Co-authored-by: Mo Bitar <mo@standardnotes.org>

* Update app/assets/javascripts/ui_models/app_state/account_menu_state.ts

Co-authored-by: Mo Bitar <mo@standardnotes.org>

* Update app/assets/javascripts/preferences/panes/EndToEndEncryption.tsx

Co-authored-by: Mo Bitar <mo@standardnotes.org>

* Update app/assets/javascripts/preferences/panes/EndToEndEncryption.tsx

Co-authored-by: Mo Bitar <mo@standardnotes.org>

Co-authored-by: Mo Bitar <mo@standardnotes.org>
This commit is contained in:
Gorjan Petrovski
2021-09-22 15:56:34 +02:00
committed by GitHub
parent 77525a56cd
commit 7b5b78832a
8 changed files with 97 additions and 8 deletions

View File

@@ -190,6 +190,10 @@
min-width: 1.25rem;
}
.min-w-6 {
min-width: 1.5rem;
}
.min-w-7 {
min-width: 1.75rem;
}
@@ -222,10 +226,18 @@
padding-top: 0.25rem;
}
.pt-1\.5 {
padding-top: 0.375rem;
}
.pt-2 {
padding-top: 0.5rem;
}
.pb-1 {
padding-bottom: 0.25rem;
}
.px-9 {
padding-left: 2.25rem;
padding-right: 2.25rem;