unified header_title template values across dashboard applet destination pages; styled &/ added applet titles across all applets
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
@@ -30,16 +30,14 @@ body.page-dashboard {
|
||||
}
|
||||
|
||||
#id_applets_container {
|
||||
#id_applet_my_lists {
|
||||
#id_applet_my_notes {
|
||||
padding: 1.25rem 1.5rem;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
.my-lists-main {
|
||||
font-size: 1.6rem;
|
||||
}
|
||||
h2 { flex-shrink: 0; margin-bottom: 0.25rem; }
|
||||
|
||||
.my-lists-container {
|
||||
.my-notes-container {
|
||||
flex: 1;
|
||||
min-height: 0;
|
||||
overflow-y: auto;
|
||||
@@ -58,6 +56,14 @@ body.page-dashboard {
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
#id_applet_wallet {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 0.25rem;
|
||||
|
||||
h2 { flex-shrink: 0; margin-bottom: 0; }
|
||||
}
|
||||
|
||||
#id_applet_palette {
|
||||
padding: 0;
|
||||
|
||||
Reference in New Issue
Block a user