New room list and chat header design

This commit is contained in:
N Pex 2023-03-03 14:43:53 +00:00
parent 7396fbc959
commit baf0120eee
23 changed files with 651 additions and 287 deletions

View file

@ -6,7 +6,7 @@
v-on="$listeners"
>
<v-col cols="auto" class="me-2">
<v-icon size="22">{{ icon }}</v-icon>
<v-icon :size="iconSize">{{ icon }}</v-icon>
</v-col>
<v-col>{{ text }}</v-col>
</v-row>
@ -22,6 +22,12 @@ export default {
return null;
},
},
iconSize: {
type: Number,
default: function() {
return 22;
}
},
text: {
type: String,
default: function () {