summaryrefslogtreecommitdiff
path: root/public/assets/css/bucky.css
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2015-09-07 08:10:08 -0400
committerJules Laplace <jules@okfoc.us>2015-09-07 08:10:08 -0400
commita0143db4b36804af71da7820ac6d70c48e635339 (patch)
tree29a0c18bc0c9b07ffd5f43e3bbe99db356f71ed0 /public/assets/css/bucky.css
parent5f8dcf6f299b37f2c46fdbd9b047017fb7dea8fd (diff)
mobile css breakpoint
Diffstat (limited to 'public/assets/css/bucky.css')
-rw-r--r--public/assets/css/bucky.css17
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