diff options
Diffstat (limited to 'src/_board.scss')
-rw-r--r-- | src/_board.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/_board.scss b/src/_board.scss index 3fea245..b208390 100644 --- a/src/_board.scss +++ b/src/_board.scss | |||
@@ -67,6 +67,10 @@ | |||
67 | margin-block-start: -.3em; | 67 | margin-block-start: -.3em; |
68 | } | 68 | } |
69 | 69 | ||
70 | .messageSidebar a:hover { | ||
71 | text-decoration: underline; | ||
72 | } | ||
73 | |||
70 | @media screen and (max-width: 768px) { | 74 | @media screen and (max-width: 768px) { |
71 | .messageGroupList .tabularListRow:not(.tabularListRowHead) > .tabularListColumns .columnSubject { | 75 | .messageGroupList .tabularListRow:not(.tabularListRowHead) > .tabularListColumns .columnSubject { |
72 | flex-basis: calc(100% - 42px - 14px); | 76 | flex-basis: calc(100% - 42px - 14px); |