Files
kontor/kontor-spring/frontend/themes/kontor/styles.css
T
Thomas Peetz 9f0a0c1d1e
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 6s
Revert "Update Vaadin and Spring Boot version"
This reverts commit 7555cfd51d.
2026-08-13 14:05:48 +02:00

11 lines
202 B
CSS

@media all and (max-width: 1100px) {
.list-view.editing .toolbar,
.list-view.editing .contact-grid {
display: none;
}
}
a[highlight] {
font-weight: bold;
text-decoration: underline;
}