diff options
Diffstat (limited to 'src/main/assets')
-rw-r--r-- | src/main/assets/style.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/main/assets/style.css b/src/main/assets/style.css index 87e74ab2..ff64c1f1 100644 --- a/src/main/assets/style.css +++ b/src/main/assets/style.css @@ -205,15 +205,23 @@ pre::-moz-selection { } #global { display: flex; + white-space: nowrap; } #global a { color: var(--dimmed-link-color); padding: 14px; border-bottom: 2px solid transparent; } +#ctitle { + flex: 1; + white-space: nowrap; + overflow: hidden; +} #ctitle a { padding: 2px 20px; border-bottom: 2px solid transparent; + text-overflow: ellipsis; + overflow: hidden; } .l a { border-bottom: 2px solid transparent; |