diff options
Diffstat (limited to 'src/_thread.scss')
| -rw-r--r-- | src/_thread.scss | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/src/_thread.scss b/src/_thread.scss index a67348a..77b8195 100644 --- a/src/_thread.scss +++ b/src/_thread.scss | |||
| @@ -32,6 +32,10 @@ | |||
| 32 | } | 32 | } |
| 33 | } | 33 | } |
| 34 | 34 | ||
| 35 | .vlpnSignatureMobile { | ||
| 36 | display: none; | ||
| 37 | } | ||
| 38 | |||
| 35 | .quoteBoxTitle a { | 39 | .quoteBoxTitle a { |
| 36 | text-decoration-line: none; | 40 | text-decoration-line: none; |
| 37 | } | 41 | } |
| @@ -42,8 +46,18 @@ | |||
| 42 | 46 | ||
| 43 | @media screen and (max-width: 768px) { | 47 | @media screen and (max-width: 768px) { |
| 44 | .messageSignature { | 48 | .messageSignature { |
| 49 | display: block; | ||
| 50 | margin-top: 20px; | ||
| 51 | border-top: 1px solid props.get(core.$theme, --wcfContentBorderInner); | ||
| 52 | padding-top: 10px; | ||
| 53 | } | ||
| 54 | |||
| 55 | .vlpnSignature { | ||
| 56 | display: none; | ||
| 57 | } | ||
| 58 | |||
| 59 | .vlpnSignatureMobile { | ||
| 45 | display: block; | 60 | display: block; |
| 46 | opacity: 0.6; | ||
| 47 | } | 61 | } |
| 48 | } | 62 | } |
| 49 | } | 63 | } |
