commit 6549efa0c4cf16239152fe02bed5f41e06a32785 Author: dana Date: Wed Dec 9 19:34:22 2020 -0600 Modified all 4 files Probably more modifications on the way, but this is most of it. Notably, there are a couple places where the text is now TOO small. diff --git a/shared/style/action_menu.css b/shared/style/action_menu.css index 69a8238..7c5610d 100644 --- a/shared/style/action_menu.css +++ b/shared/style/action_menu.css @@ -355,7 +355,7 @@ html[dir="rtl"] [role="dialog"][data-type="action"] > menu > button:last-child:b [role="dialog"][data-type="action"].softkey { background: rgba(0, 0, 0, 0.8); - height: 100%; + height: 99%; /* modified by dana */ } [role="dialog"][data-type="action"].softkey:before { diff --git a/style/composer.css b/style/composer.css index 2d5ee83..df1bf58 100644 --- a/style/composer.css +++ b/style/composer.css @@ -1,4 +1,22 @@ +/* added by dana */ +.bubble .message-content-body { + padding-left: 0.7rem !important; + padding-bottom: 0.7rem !important; + line-height: 1.8rem !important; + padding-right: 0.7rem !important; + padding-top: 0.7rem !important; +} + +/* added by dana */ +.message .bubble { + padding: 0rem 0.1rem 0px; +} + +.message-details { + display: none; +} + #composer-container { position: relative; } @@ -64,8 +82,12 @@ display: flex; flex-direction: column; height: auto; /* overrides building blocks */ - min-height: 4rem; - padding: 0 0 0.5rem 0; + min-height: 3rem; /* modified by dana */ + padding: 4px 0 0.5rem 0 !important; /* modified by dana */ +} + +.message-type-line { + display: none !important; } #messages-compose-form.item-focus { diff --git a/style/message.css b/style/message.css index aa996b5..6b78fc6 100644 --- a/style/message.css +++ b/style/message.css @@ -34,6 +34,10 @@ flex-direction: column; align-items: flex-start; max-width: 100%; + + /* these two added by dana */ + padding-top: 0.15rem; + padding-bottom: 0.15rem; } .outgoing.message-content-body-container { diff --git a/style/sms.css b/style/sms.css index fce8548..52ef2cf 100644 --- a/style/sms.css +++ b/style/sms.css @@ -3,7 +3,7 @@ html, body { width: 100%; padding: 0; margin: 0; - font-size: 10px; + font-size: 7.5px; /* modified by dana */ overflow-x: hidden !important; overflow-y: hidden !important; } @@ -45,6 +45,12 @@ form[role="dialog"][data-type="confirm"] p { white-space: pre-line; } +/* added by dana */ +form[role="dialog"][data-type="confirm"] h1 { + height: var(--header-height, 2.8rem); + line-height: 2.1em !important; +} + form[role="dialog"].error-dialog-show-recipient ul { border: none; } @@ -185,6 +191,11 @@ form[role="dialog"][data-type="edit"] > menu { /* item icon */ +/* added by dana: */ +[data-type="list"] li p.threadlist-item-title { + line-height: 1.5rem !important; +} + [data-type="list"] li > a aside.icon { padding: 0; width: 1.6rem; @@ -199,7 +210,9 @@ form[role="dialog"][data-type="edit"] > menu { [data-type="list"] .threadlist-item, [data-type="list"] .threadlist-item a, [data-type="list"] .threadlist-item aside { - height: 7rem; + /*height: 7rem;*/ + height: 6rem; /* changed by dana */ + padding-top: 0.15rem; /* added by dana */ } [data-type="list"] .threadlist-item a * {