refactor(split): rename DeepDrftWeb -> DeepDrftPublic and DeepDrftWeb.Client -> DeepDrftPublic.Client (Phase 4)

This commit is contained in:
Daniel Harvey
2026-05-19 23:06:16 -04:00
parent a981a99978
commit e5b4a79727
83 changed files with 116 additions and 116 deletions
@@ -0,0 +1,26 @@
.tracks-page-wrapper {
display: flex;
flex-direction: column;
}
.tracks-view-container {
display: flex;
flex-direction: column;
flex: 1;
padding: 0 16px; /* Horizontal padding only */
}
.tracks-content {
display: flex;
flex-grow: 1;
padding-top: 16px;
}
.tracks-footer {
flex: 0 0;
padding: 8px 0;
display: flex;
flex-direction: column;
align-items: center;
gap: 16px;
}