mirror of
https://github.com/apankrat/nullboard.git
synced 2025-08-09 22:56:49 +02:00
make 'UI preferences' a link
This commit is contained in:
@@ -846,16 +846,14 @@
|
|||||||
/***/
|
/***/
|
||||||
.config .bulk .section .title {
|
.config .bulk .section .title {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
cursor: default;
|
|
||||||
width: 0;
|
width: 0;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
white-space: pre;
|
white-space: pre;
|
||||||
cursor: pointer;
|
|
||||||
transition: width 250ms, padding 250ms;
|
transition: width 250ms, padding 250ms;
|
||||||
}
|
}
|
||||||
|
|
||||||
.config .bulk .section .title i {
|
.config .bulk .section .title u {
|
||||||
font-style: normal;
|
text-decoration: none;
|
||||||
transition: opacity 100ms;
|
transition: opacity 100ms;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -884,7 +882,7 @@
|
|||||||
transition: width 250ms, padding 250ms;
|
transition: width 250ms, padding 250ms;
|
||||||
}
|
}
|
||||||
|
|
||||||
.config .bulk .section.open .title i {
|
.config .bulk .section.open .title u {
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
transition: opacity 100ms;
|
transition: opacity 100ms;
|
||||||
}
|
}
|
||||||
@@ -1309,7 +1307,7 @@
|
|||||||
<input class=imp-board-select type="file" accept=".nbx">
|
<input class=imp-board-select type="file" accept=".nbx">
|
||||||
|
|
||||||
<div class="section ui-prefs break">
|
<div class="section ui-prefs break">
|
||||||
<div class=title>UI preferences<i>...</i></div>
|
<a href=# class=title>UI preferences<u>...</u></a>
|
||||||
<div class=details>
|
<div class=details>
|
||||||
<a href="#" class="switch-font active break" font="barlow">Use Barlow</a>
|
<a href="#" class="switch-font active break" font="barlow">Use Barlow</a>
|
||||||
<a href="#" class="switch-font" font="ibm-plex">Use IBM Plex Sans</a>
|
<a href="#" class="switch-font" font="ibm-plex">Use IBM Plex Sans</a>
|
||||||
|
Reference in New Issue
Block a user