summaryrefslogtreecommitdiff
path: root/themes/light/cdm.less
diff options
context:
space:
mode:
Diffstat (limited to 'themes/light/cdm.less')
-rw-r--r--themes/light/cdm.less41
1 files changed, 25 insertions, 16 deletions
diff --git a/themes/light/cdm.less b/themes/light/cdm.less
index 5641a0380..6bb3378c1 100644
--- a/themes/light/cdm.less
+++ b/themes/light/cdm.less
@@ -45,6 +45,7 @@
.titleWrap {
flex-grow : 2;
+ width : 0;
}
.updated {
@@ -59,23 +60,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 {
@@ -98,8 +93,23 @@
color : @color-icon;
}
+ .left, .right {
+ display : flex;
+ align-items : center;
+ }
+
.left {
flex-grow : 2;
+
+ > * {
+ margin-right : 4px;
+ }
+ }
+
+ .right {
+ > * {
+ margin-left : 4px;
+ }
}
}
@@ -315,8 +325,7 @@
box-shadow : 0 1px 1px -1px rgba(0,0,0,0.1);
border: 0 solid @border-default;
border-bottom-width: 1px;
- background : @default-bg ! important;
- opacity: 0.9;
+ background : fade(@default-bg, 90%) ! important;
backdrop-filter: blur(6px);
}
}