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
This commit is contained in:
parent
c7fd17183d
commit
d49cbf12ea
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user