From e5ac660413fd8e2879706cfb06c476aae9164b31 Mon Sep 17 00:00:00 2001 From: Simponic Date: Sat, 11 Feb 2023 00:08:30 -0700 Subject: Add vim keybindings, man pages --- front/src/index.css | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'front/src/index.css') diff --git a/front/src/index.css b/front/src/index.css index 40d45cb..f9c4620 100644 --- a/front/src/index.css +++ b/front/src/index.css @@ -179,6 +179,12 @@ textarea:focus { border: 1px solid var(--gold-color); } +.man-page-title { + display: flex; + justify-content: space-between; + align-itemts: center; +} + .modal { display: flex; flex-direction: column; -- cgit v1.3