diff options
author | Tobias Markmann <tm@ayena.de> | 2016-04-06 20:57:22 (GMT) |
---|---|---|
committer | Kevin Smith <kevin.smith@isode.com> | 2016-04-07 07:52:24 (GMT) |
commit | 88a89e14df98764d86d3d1eaa13e111350ac9e55 (patch) | |
tree | f0f4b6898bc0504bc56337b89b3403df6cf920d0 /Swift | |
parent | eece9049d1c55b890222b02d653f06d68f37e269 (diff) | |
download | swift-88a89e14df98764d86d3d1eaa13e111350ac9e55.zip swift-88a89e14df98764d86d3d1eaa13e111350ac9e55.tar.bz2 |
Increase unread marker height to not overlap with messages
Test-Information:
Tested unread marker with very narrow chat views. The unread
marker label does not overlap with the message.
Change-Id: I531c47bc440ad6b8a45ac9c679f736d695207b0f
Diffstat (limited to 'Swift')
-rw-r--r-- | Swift/resources/themes/Default/main.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Swift/resources/themes/Default/main.css b/Swift/resources/themes/Default/main.css index 83b1561..c463360 100644 --- a/Swift/resources/themes/Default/main.css +++ b/Swift/resources/themes/Default/main.css @@ -54,7 +54,7 @@ body { } .unread { - height: 15px; + height: 30px; border-top: solid 1px #ffd180; margin-top: -6px; margin-bottom: -15px; |