forked from retoor/devplacepy
style: add touch-friendly min-heights, responsive comment form, and mobile layout refinements across CSS
This commit is contained in:
@@ -40,3 +40,9 @@
|
||||
background: var(--accent-light);
|
||||
color: var(--accent);
|
||||
}
|
||||
|
||||
@media (hover: none) and (pointer: coarse) {
|
||||
.mention-dropdown-item {
|
||||
min-height: 44px;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user