schoolbox web extension :)
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: timetable rounded corners when theme is disabled

* ref: #278

willow 280a2b8a c19988b7

+2 -1
+2 -1
src/entrypoints/snippets/roundedCorners.css
··· 29 29 } 30 30 31 31 /* timetable on homepage */ 32 - .scrollable.show-for-medium-up:has(.timetable) { 32 + div[data-timetable-container] > section:has(.timetable) { 33 33 border-radius: 10px !important; 34 + overflow: clip; 34 35 } 35 36 36 37 /* account and action dropdown */