Date: Tue Dec 15 22:29:12 2020 -0600 Fixed some stuff I messed up the first go around diff --git a/style/message.css b/style/message.css index 6b78fc6..1dbd518 100644 --- a/style/message.css +++ b/style/message.css @@ -298,7 +298,8 @@ padding: 0; color: var(--color-gs70); font-size: var(--font-p-pri); - line-height: 2rem; + line-height: 2.1rem; + height: 2.1rem; width: 94%; } diff --git a/style/sms.css b/style/sms.css index 52ef2cf..90f6465 100644 --- a/style/sms.css +++ b/style/sms.css @@ -194,6 +194,7 @@ form[role="dialog"][data-type="edit"] > menu { /* added by dana: */ [data-type="list"] li p.threadlist-item-title { line-height: 1.5rem !important; + height: 1.8rem; } [data-type="list"] li > a aside.icon { @@ -211,8 +212,8 @@ form[role="dialog"][data-type="edit"] > menu { [data-type="list"] .threadlist-item a, [data-type="list"] .threadlist-item aside { /*height: 7rem;*/ - height: 6rem; /* changed by dana */ - padding-top: 0.15rem; /* added by dana */ + height: 6.5rem; /* changed by dana */ + /*padding-top: 0.15rem;*/ /* added by dana */ } [data-type="list"] .threadlist-item a * { @@ -257,6 +258,7 @@ form[role="dialog"][data-type="edit"] > menu { .message-listContent { margin: 0 1rem 0 2rem; position: relative; + padding-top: 0.3rem; } /* Lists: edit mode */ .edit .message-listContent {