Fix incorrect styling in settings.html. Added WIP warning in settings.html
Signed-off-by: 0xf8 <0xf8.dev@proton.me>
This commit is contained in:
parent
3ad2ae930a
commit
5f09177b2d
@ -5,6 +5,8 @@ $fa-font-path: "fa/";
|
||||
div#navbar {
|
||||
position: fixed;
|
||||
|
||||
top: 0;
|
||||
|
||||
height:fit-content;
|
||||
width: 100vw;
|
||||
|
||||
|
@ -20,7 +20,9 @@ You should have received a copy of the GNU General Public License along with Gal
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<root></root>
|
||||
<root>
|
||||
|
||||
</root>
|
||||
<script type="module" src="settings.html.tsx"></script>
|
||||
</body>
|
||||
|
||||
|
@ -10,13 +10,14 @@ const settings = new Settings();
|
||||
|
||||
|
||||
window.onload = async() => {
|
||||
console.log(settings.config.keys());
|
||||
// console.log(settings.config.keys());
|
||||
}
|
||||
|
||||
|
||||
App(() => {
|
||||
return <>
|
||||
<div id="container">
|
||||
<h2 style={{ marginTop: "2em", textAlign: "center" }}>Work in progress. Nothing here is final or guaranteed to work.</h2>
|
||||
<ul id="settings">
|
||||
</ul>
|
||||
</div>
|
||||
|
@ -25,6 +25,8 @@ div {
|
||||
|
||||
div#container {
|
||||
display: block;
|
||||
position: fixed;
|
||||
top: 0;
|
||||
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
|
Loading…
Reference in New Issue
Block a user