Improve settings sidebar

This commit is contained in:
Râu Cao 2026-01-26 14:42:56 +07:00
parent ace2697de5
commit b6484aee9d
Signed by: raucao
GPG Key ID: 37036C356E56CC51
2 changed files with 10 additions and 1 deletions

View File

@ -54,7 +54,7 @@ export default class SettingsPane extends Component {
<p>
Connect your own <a href="https://remotestorage.io/"
target="_blank" rel="noopener">remote storage</a> to sync place bookmarks across
devices.
apps and devices.
</p>
<ul class="link-list">
<li>

View File

@ -288,6 +288,15 @@ body {
margin-top: 1rem;
}
.settings-section p a {
color: #007bff;
text-decoration: none;
}
.settings-section p a:hover {
text-decoration: underline;
}
.btn-full {
width: 100%;
}