From 053ac747348fdfeb4949dc90f2d3a413dfe671c0 Mon Sep 17 00:00:00 2001 From: ed Date: Mon, 6 Sep 2021 01:06:16 +0200 Subject: [PATCH] v0.13.14 --- copyparty/__version__.py | 4 ++-- copyparty/web/browser.css | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/copyparty/__version__.py b/copyparty/__version__.py index 21eabf94..b994e258 100644 --- a/copyparty/__version__.py +++ b/copyparty/__version__.py @@ -1,8 +1,8 @@ # coding: utf-8 -VERSION = (0, 13, 13) +VERSION = (0, 13, 14) CODENAME = "future-proof" -BUILD_DT = (2021, 9, 3) +BUILD_DT = (2021, 9, 6) S_VERSION = ".".join(map(str, VERSION)) S_BUILD_DT = "{0:04d}-{1:02d}-{2:02d}".format(*BUILD_DT) diff --git a/copyparty/web/browser.css b/copyparty/web/browser.css index 02f21c8d..fc79ef2c 100644 --- a/copyparty/web/browser.css +++ b/copyparty/web/browser.css @@ -173,6 +173,10 @@ a, #files tbody div a:last-child { #epi.logue { margin: .8em 0; } +.mdo, +.mdo * { + line-height: 1.4em; +} #srv_info { color: #a73; background: #333;