diff options
Diffstat (limited to 'public/assets/css/bucky.css')
| -rw-r--r-- | public/assets/css/bucky.css | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/public/assets/css/bucky.css b/public/assets/css/bucky.css index 201e2d4..89709ec 100644 --- a/public/assets/css/bucky.css +++ b/public/assets/css/bucky.css @@ -151,6 +151,10 @@ hr { font-size: 120%; padding: 2px 4px; border-left: 1px solid #b6aeab; border-right: 1px solid #b6aeab; + overflow: hidden; + text-overflow: ellipsis; + max-width: 30vw; + white-space: nowrap; } .threads tr:first-child td:nth-child(2) { border-top: 1px solid #b6aeab; @@ -291,3 +295,16 @@ tr:nth-child(odd) td.comment { background-color: #fcf8f8; } text-align: right; border-top: 1px dotted #888; } + + +@media (max-width: 1024px) { + .threads td:nth-child(3) small { + display: none; + } + .threads td:nth-child(4) { + display: none; + } + .threads .size { + display: none; + } +}
\ No newline at end of file |
