diff options
Diffstat (limited to 'ext/mixed')
| -rw-r--r-- | ext/mixed/css/display.css | 15 | 
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;  } |