summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-04-08 19:54:49 +0300
committerAndrew Dolgov <[email protected]>2021-04-08 19:54:49 +0300
commitca5c66775a1c5d7928931cfead8ae4ac9d7b479a (patch)
tree0c3e8653fad3c090c466d6fb2ec3a80a786da59c /css
parent787cb6732840a7f0bb1d28bd076e8d16f329a59a (diff)
show git version in the UI
Diffstat (limited to 'css')
-rw-r--r--css/app.less8
1 files changed, 7 insertions, 1 deletions
diff --git a/css/app.less b/css/app.less
index 1a297ee..624fc4b 100644
--- a/css/app.less
+++ b/css/app.less
@@ -165,6 +165,12 @@ body.epube-reader {
text-align : right;
}
+ .modal {
+ .last-mod-timestamp {
+ line-height : 32px;
+ }
+ }
+
@media (max-width: 539px) {
.spacer > .toc-bar-entry {
display : none;
@@ -304,4 +310,4 @@ body.epube-sanity-failed {
color : white;
}
-@import "themes.less"; \ No newline at end of file
+@import "themes.less";