diff options
author | Simponic <elizabeth.hunt@simponic.xyz> | 2023-02-11 00:08:30 -0700 |
---|---|---|
committer | Simponic <elizabeth.hunt@simponic.xyz> | 2023-02-11 00:08:30 -0700 |
commit | e5ac660413fd8e2879706cfb06c476aae9164b31 (patch) | |
tree | 5b606f57dfce2ae9b087ec9e0dd4fe5ce2e0e35f /front/src/index.css | |
parent | bf9363aaf8d5d2ef2360caad85f2c518a7ccbf5c (diff) | |
download | chessh-e5ac660413fd8e2879706cfb06c476aae9164b31.tar.gz chessh-e5ac660413fd8e2879706cfb06c476aae9164b31.zip |
Add vim keybindings, man pages
Diffstat (limited to 'front/src/index.css')
-rw-r--r-- | front/src/index.css | 6 |
1 files changed, 6 insertions, 0 deletions
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; |