Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions theme/style.less
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,14 @@
}
}

/* Ensure project card timestamp fits within the card on tablet-width screens (e.g., iPad portrait) */
@media only screen and (max-width: @largestTabletScreen) {
.projectsdialog .ui.card.file .meta {
font-size: 0.7rem;
padding: 0.5rem;
}
}

#tutorialcard {
.ui.button.orange.right.attached {
background-color: @mainMenuTutorialBackground;
Expand Down
Loading