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> </script>
<style scoped> <style scoped>
/* Header */ main {
max-width: 52.5rem;
margin: auto;
}
main > header { main > header {
flex-wrap: nowrap; flex-wrap: nowrap;
} }
main > header [role="tablist"] {
margin-left: 0;
}
/* Notifications */ /* Notifications */
.notifications { .notifications {