mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
parent
88ac538b41
commit
daae35be46
1 changed files with 4 additions and 2 deletions
|
|
@ -163,6 +163,8 @@ h6,
|
|||
}
|
||||
|
||||
.page-header {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
padding-left: 10px;
|
||||
border-left: 10px solid #666;
|
||||
margin-bottom: 0.75rem;
|
||||
|
|
@ -175,11 +177,11 @@ h6,
|
|||
padding-right: 0.2em;
|
||||
}
|
||||
.page-header details {
|
||||
display: inline;
|
||||
display: inline-flex;
|
||||
}
|
||||
.page-header details > summary {
|
||||
list-style: none;
|
||||
display: inline;
|
||||
display: inline-flex;
|
||||
cursor: pointer;
|
||||
}
|
||||
.page-header details > summary::-webkit-details-marker {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue