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:
@ -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;
|
||||
|
Reference in New Issue
Block a user