modif bouttons et page message
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
.topbar {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 10px;
|
||||
gap: 30px;
|
||||
}
|
||||
|
||||
.messages {
|
||||
@@ -52,8 +52,12 @@
|
||||
align-self: flex-end;
|
||||
}
|
||||
|
||||
.message.sent {
|
||||
align-self: flex-end;
|
||||
}
|
||||
|
||||
.message.sent p {
|
||||
background: radial-gradient(ellipse at 70% 30%, #fff 0%, #f9ece9 80%);
|
||||
background: radial-gradient(ellipse at 30% 40%, #fff 0%, #f9ece9 60%, #f3d4cc 100%);
|
||||
}
|
||||
|
||||
.bottombar {
|
||||
|
||||
Reference in New Issue
Block a user