diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2017-12-11 04:36:46 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2017-12-11 04:36:46 +0100 |
| commit | c37d490630ad0a62ed037555511f699c65dfea80 (patch) | |
| tree | c181190ace81565f1bf0d752b1f5bd9ef474b8bc /public/assets/css | |
| parent | 4c775f12ff6eda48fc22bec9ed336e60c1a0e07e (diff) | |
more mobile css
Diffstat (limited to 'public/assets/css')
| -rw-r--r-- | public/assets/css/bucky.css | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/public/assets/css/bucky.css b/public/assets/css/bucky.css index 697f6c7..8874311 100644 --- a/public/assets/css/bucky.css +++ b/public/assets/css/bucky.css @@ -135,7 +135,7 @@ table, tr { padding: 4px; } #hootbox input[type=text] { - width: 225px; + width: calc(100% - 57px); margin-left: 3px; } #hootbox button { @@ -719,17 +719,24 @@ header .search_form { #threads .size { display: none; } - #details > tr { - display: flex; + #details { flex-direction: column; } #comments { + padding-right: 0px; } #comments .avatar { width: 30px; height: 30px; } .comment div { + max-width: 81vw; padding-bottom: 3px; } + #details .right { + width: 100%; + } + input[type=file] { + width: 150px; + } } |
