diff --git a/www/form/app-form.less b/www/form/app-form.less index b447dcc59..e630c8ca1 100644 --- a/www/form/app-form.less +++ b/www/form/app-form.less @@ -16,6 +16,10 @@ color: @cryptpad_text_col; background-color: @cp_app-bg; + div.alert.cp-burn-after-reading { + margin: 10px !important; + } + #cp-app-form-editor { flex: 1; display: flex; @@ -84,17 +88,16 @@ div.cp-form-view-logo { align-items: center; justify-content: center; - max-height: 140px; - font-size: 50px; + font-size: 40px; display: flex; font-family: "IBM Plex Mono"; .tools_unselectable(); - color: @cp_sidebar-hint; - padding: 20px; + color: @cryptpad_color_grey_500; + padding: 20px 20px 150px 20px; cursor: pointer; img { - max-height: 100%; - margin-right: 20px; + max-height: 60px; + margin: 0px 20px; } }