Fix notifications display

This commit is contained in:
Timothée Goguely 2024-12-11 14:26:39 +01:00
parent a33e85f1e0
commit d7e2a58448

View file

@ -175,10 +175,16 @@ function readAll() {
</script>
<style scoped>
/* Header */
main {
max-width: 52.5rem;
margin: auto;
}
main > header {
flex-wrap: nowrap;
}
main > header [role="tablist"] {
margin-left: 0;
}
/* Notifications */
.notifications {