diff options
Diffstat (limited to 'ext')
| -rw-r--r-- | ext/bg/settings.html | 8 | 
1 files changed, 6 insertions, 2 deletions
| diff --git a/ext/bg/settings.html b/ext/bg/settings.html index 3728876c..53d17855 100644 --- a/ext/bg/settings.html +++ b/ext/bg/settings.html @@ -25,6 +25,10 @@                  overflow-x: hidden;                  white-space: pre;              } + +            .bottom-links { +                padding-bottom: 1em; +            }          </style>      </head>      <body> @@ -311,8 +315,8 @@              <pre id="debug"></pre> -            <div class="pull-right"> -                <small><a href="https://foosoft.net/projects/yomichan/" target="_blank">Homepage</a> • <a href="legal.html">Legal</a></small> +            <div class="pull-right bottom-links"> +                <small><a href="search.html">Search</a> • <a href="https://foosoft.net/projects/yomichan/" target="_blank">Homepage</a> • <a href="legal.html">Legal</a></small>              </div>          </div> |