This commit is contained in:
2022-11-16 12:54:14 +01:00
parent dc2062d906
commit 3155487a29
5 changed files with 20 additions and 10 deletions
+10
View File
@@ -130,12 +130,22 @@ export default defineComponent({
.message_container {
width: 500px;
display: grid;
grid-template-rows: auto 1fr;
overflow: hidden;
height: 95vh;
}
.message_nav {
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
margin-bottom: 2em;
}
}
</style>