TypedAvatar.vue colored background

This commit is contained in:
Peter Papp
2021-08-31 09:52:22 +02:00
parent ac62a432fe
commit f44e262d6e
26 changed files with 115 additions and 524 deletions

View File

@@ -46,7 +46,7 @@
.message {
border-radius: 8px;
padding: 11px 20px;
min-width: 300px;
width: 300px;
text-align: left;
display: flex;
justify-content: space-between;
@@ -59,6 +59,13 @@
}
}
@media only screen and (max-width: 1290px) {
.search-bar .message {
width: 230px;
}
}
@media only screen and (max-width: 1024px) {
.search-bar .message {