Compare commits

..

9 Commits

Author SHA1 Message Date
c1e7cc3513 feat: coordinate message padding and input shape 2025-05-02 17:21:40 +01:00
c2e52ff71e feat: improve french 2025-05-02 17:21:13 +01:00
cdec814b66 fix: remove back button 2025-05-02 17:21:13 +01:00
95773bcd74 feat: style send button 2025-05-02 17:21:13 +01:00
7f6c629ca4 fix: improve french 2025-05-02 17:21:13 +01:00
46ae9f56b7 feat: add input placeholder text 2025-05-02 17:21:13 +01:00
175ed7b725 feat: opening message 2025-05-02 17:21:13 +01:00
55d161cc7d feat: sncf theme 2025-05-02 17:21:12 +01:00
c3351ec7e4 feat: merde alors 2025-05-02 17:18:21 +01:00

View File

@ -63,14 +63,6 @@ body {
padding: 0;
visibility: hidden;
}
#side-panel .conversation {
max-width: 300px;
}
#main-panel {
width: calc(100% - 300px);
}
}
#side-panel .conversation {
@ -156,6 +148,7 @@ h1 {
right: 0;
margin-bottom: 0.5em;
border-bottom-right-radius: 0;
}