mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
database_actions() plugin hook, closes #1077
This commit is contained in:
parent
b61f6cceb5
commit
7b19492070
10 changed files with 97 additions and 8 deletions
|
|
@ -360,11 +360,11 @@ details .nav-menu-inner {
|
|||
display: block;
|
||||
}
|
||||
|
||||
/* Table actions menu */
|
||||
.table-menu-links {
|
||||
/* Table/database actions menu */
|
||||
.actions-menu-links {
|
||||
position: relative;
|
||||
}
|
||||
.table-menu-links .dropdown-menu {
|
||||
.actions-menu-links .dropdown-menu {
|
||||
position: absolute;
|
||||
top: 2rem;
|
||||
right: 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue