diff options
Diffstat (limited to 'p/themes/Dark/dark.css')
| -rw-r--r-- | p/themes/Dark/dark.css | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/p/themes/Dark/dark.css b/p/themes/Dark/dark.css index 669f4ce42..e47415366 100644 --- a/p/themes/Dark/dark.css +++ b/p/themes/Dark/dark.css @@ -872,7 +872,18 @@ a.btn { .stat > table td, .stat > table th { border-bottom: 1px solid #333; - text-align: center; +} + +.stat > .horizontal-list { + margin: 0 0 5px; +} +.stat > .horizontal-list .item { + overflow: hidden; + white-space: nowrap; + text-overflow: ellipsis; +} +.stat > .horizontal-list .item:first-child { + width: 270px; } /*=== LOGS */ |
