diff options
Diffstat (limited to 'src/app/main.css')
-rw-r--r-- | src/app/main.css | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/app/main.css b/src/app/main.css index b6a07eb..4f1ddc2 100644 --- a/src/app/main.css +++ b/src/app/main.css @@ -191,6 +191,17 @@ button { border-radius: var(--spacing); } +#browser .el .text { + overflow: hidden; +} + +#browser .el .title, #browser .el .description { + height: 1.2em; + overflow: hidden; + white-space: nowrap; + text-overflow: ellipsis; +} + #browser .el .title {font-size: 1.2em} #browser .el .description {font-size: 0.8em} #browser .el button { |