summaryrefslogtreecommitdiff
path: root/themes/light/cdm.less
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2023-03-20 18:33:29 +0300
committerAndrew Dolgov <[email protected]>2023-03-20 18:33:29 +0300
commit0f9488ace075b62bbc38ca77ce5a1b7c881a3a3e (patch)
treed0929b966dded143c5b36bd70582959803c0d5c0 /themes/light/cdm.less
parentcddbf5bf5a7e2c433275a3bec089f318d4f211af (diff)
combined mode: prevent left part of footer pushing right part out of viewport
Diffstat (limited to 'themes/light/cdm.less')
-rw-r--r--themes/light/cdm.less15
1 files changed, 8 insertions, 7 deletions
diff --git a/themes/light/cdm.less b/themes/light/cdm.less
index bf677decf..506019d4e 100644
--- a/themes/light/cdm.less
+++ b/themes/light/cdm.less
@@ -79,13 +79,6 @@
font-size : @font-size-small;
font-weight : normal;
}
-
- .tags {
- max-width : 50%;
- overflow : hidden;
- white-space : nowrap;
- text-overflow : ellipsis;
- }
}
.footer {
@@ -107,6 +100,7 @@
.left {
flex-grow : 2;
+ min-width : 0;
> * {
margin-right : 4px;
@@ -118,6 +112,13 @@
margin-left : 4px;
}
}
+
+ .tags {
+ max-width : 50%;
+ overflow : hidden;
+ white-space : nowrap;
+ text-overflow : ellipsis;
+ }
}
.content-inner {