summaryrefslogtreecommitdiff
path: root/themes/light/cdm.less
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-11-29 13:39:58 +0300
committerAndrew Dolgov <[email protected]>2021-11-29 13:39:58 +0300
commitdf7b2e79849419fcc278c0549fdf10c094991558 (patch)
tree1d0c5549390541694721e5d85e35f509feccc4ee /themes/light/cdm.less
parent409c63dcf8733e4ad8bb54a1f43e987b3d2f2fe5 (diff)
combined mode: limit feed title element to 25% width
Diffstat (limited to 'themes/light/cdm.less')
-rw-r--r--themes/light/cdm.less22
1 files changed, 8 insertions, 14 deletions
diff --git a/themes/light/cdm.less b/themes/light/cdm.less
index 71288b023..e2cbd5c60 100644
--- a/themes/light/cdm.less
+++ b/themes/light/cdm.less
@@ -59,23 +59,17 @@
}
.feed {
- float: right;
- font-weight: normal;
- font-style: italic;
-
- a {
- border-radius : 4px;
- display : inline-block;
- padding : 1px 4px 1px 4px;
- }
- }
-
- .feed, .feed a {
- vertical-align: middle;
- color: @default-text;
font-weight: normal;
font-style: italic;
font-size: @font-size-small;
+ display : inline-block;
+ max-width : 25%;
+ overflow : hidden;
+ text-overflow : ellipsis;
+ border-radius : 4px;
+ padding : 1px 4px;
+ margin-right : 4px;
+ color: @default-text;
}
.author {