diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2017-12-14 21:55:13 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2017-12-14 21:55:13 +0100 |
| commit | 8a0ec9bdb4c95bc26d14902e59832b9186d7f90f (patch) | |
| tree | eeaf4f5e4af44956f42037d7ba34859a3bd93586 /public/assets/css | |
| parent | 7b56f23b11ef78dafae13495ef878cebaf97f061 (diff) | |
mobile css
Diffstat (limited to 'public/assets/css')
| -rw-r--r-- | public/assets/css/bucky.css | 23 |
1 files changed, 20 insertions, 3 deletions
diff --git a/public/assets/css/bucky.css b/public/assets/css/bucky.css index d123961..1268aa3 100644 --- a/public/assets/css/bucky.css +++ b/public/assets/css/bucky.css @@ -992,9 +992,26 @@ header .search_form { width: 30px; height: 30px; } - .comment div { - max-width: 81vw; - padding-bottom: 3px; + .comment { + padding-right: 10px; + } + .comment .body { + max-width: 80vw; + margin: 0; + } + .comment .date, + .comment .edit-links { + display: block; + position: static; + text-align: left; + margin-top: 5px; + margin: 0; + } + .comment .date { + margin-top: 10px; + } + .comment .edit-links { + margin-top: 5px; } #details .right { width: 100%; |
