aboutsummaryrefslogtreecommitdiffstats
path: root/css/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/style.css')
-rw-r--r--css/style.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/css/style.css b/css/style.css
index ef22be7..3121768 100644
--- a/css/style.css
+++ b/css/style.css
@@ -493,3 +493,10 @@ pre {
background: white;
}
+
+.wndtitle {
+ display: flex;
+ align-items: center;
+ flex: 1 1 0;
+ padding-left: 0.8rem;
+}