1
0
mirror of https://github.com/garraflavatra/rolens.git synced 2025-07-15 04:44:05 +00:00

Create databases and collections

This commit is contained in:
2023-01-15 16:49:08 +01:00
parent de02a6fd8f
commit c9a035ed59
4 changed files with 91 additions and 19 deletions

View File

@ -11,7 +11,7 @@
}
function click(fn) {
fn();
fn?.();
close();
}
</script>
@ -54,6 +54,8 @@
button {
padding: 5px;
border-radius: 5px;
width: 100%;
text-align: left;
}
button:hover {
background-color: #00008b;