diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2019-02-19 22:47:27 -0500 |
---|---|---|
committer | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2019-05-04 13:02:56 -0400 |
commit | d49cbf12eae40e1a898c619ed092af560aa91bc6 (patch) | |
tree | afc6b2717a9b2afb02518ac76f0626f52bd7c26b /ext/bg | |
parent | c7fd17183d27ccd70aac70f89a832e3448136ad3 (diff) |
Add search link and padding to settings page links
This makes the bottom links easier to touch and makes the search page easier to access when there is no extension badge
Diffstat (limited to 'ext/bg')
-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> |