diff options
author | siikamiika <siikamiika@users.noreply.github.com> | 2019-12-08 12:00:24 +0200 |
---|---|---|
committer | siikamiika <siikamiika@users.noreply.github.com> | 2019-12-08 12:00:24 +0200 |
commit | f23771d9236df540cdc645bb577863ace4ca0bac (patch) | |
tree | d81969da6729e114f8961215caee689ea393d203 | |
parent | b8fddd96c83e44d6d5aa8f5eeaa233674f59c4b7 (diff) |
move term navigation to top right
-rw-r--r-- | ext/mixed/css/display.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/mixed/css/display.css b/ext/mixed/css/display.css index 9152216f..195acadf 100644 --- a/ext/mixed/css/display.css +++ b/ext/mixed/css/display.css @@ -79,6 +79,7 @@ ol, ul { .term-navigation { position: fixed; top: 0px; + right: 0px; } .term-button-fade { |