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;