summaryrefslogtreecommitdiff
path: root/ext/mixed/css
diff options
context:
space:
mode:
authorsiikamiika <siikamiika@users.noreply.github.com>2019-11-28 18:06:24 +0200
committersiikamiika <siikamiika@users.noreply.github.com>2019-11-28 18:06:24 +0200
commit1f2734863f2f9213fd6c2db196d2b20969a7ee99 (patch)
tree23c0596ec4e30b6bf1643ef4e51d85a05ed678de /ext/mixed/css
parent2e04f752a53017c1a2dfa24fe09ff0dbe19b216c (diff)
Display history navigation buttons fixed position
Diffstat (limited to 'ext/mixed/css')
-rw-r--r--ext/mixed/css/display.css15
1 files changed, 14 insertions, 1 deletions
diff --git a/ext/mixed/css/display.css b/ext/mixed/css/display.css
index ba2fadb7..9152216f 100644
--- a/ext/mixed/css/display.css
+++ b/ext/mixed/css/display.css
@@ -72,6 +72,19 @@ ol, ul {
visibility: hidden;
}
+/*
+ * Navigation
+ */
+
+.term-navigation {
+ position: fixed;
+ top: 0px;
+}
+
+.term-button-fade {
+ opacity: 0.4;
+}
+
/*
* Search page
@@ -107,7 +120,7 @@ html:root[data-yomichan-page=search] body {
*/
.entry, .note {
- padding-top: 10px;
+ padding-top: 20px;
padding-bottom: 10px;
}