Improve settings sidebar
This commit is contained in:
@@ -54,7 +54,7 @@ export default class SettingsPane extends Component {
|
|||||||
<p>
|
<p>
|
||||||
Connect your own <a href="https://remotestorage.io/"
|
Connect your own <a href="https://remotestorage.io/"
|
||||||
target="_blank" rel="noopener">remote storage</a> to sync place bookmarks across
|
target="_blank" rel="noopener">remote storage</a> to sync place bookmarks across
|
||||||
devices.
|
apps and devices.
|
||||||
</p>
|
</p>
|
||||||
<ul class="link-list">
|
<ul class="link-list">
|
||||||
<li>
|
<li>
|
||||||
|
|||||||
@@ -288,6 +288,15 @@ body {
|
|||||||
margin-top: 1rem;
|
margin-top: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.settings-section p a {
|
||||||
|
color: #007bff;
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.settings-section p a:hover {
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
|
|
||||||
.btn-full {
|
.btn-full {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user