Make Title, Chat Footer Icons larger to ease click, tap on Mobile

This commit is contained in:
Debanjum Singh Solanky
2024-08-03 11:22:33 +05:30
parent 8d1c5226ec
commit 529ffdb7e3
11 changed files with 22 additions and 17 deletions

View File

@@ -66,7 +66,6 @@ div.chatLayout {
div.chatBox {
display: grid;
height: 100%;
}
div.titleBar {
@@ -101,6 +100,7 @@ div.sidePanel {
div.chatBox {
padding: 0;
height: min-content;
}
}
@@ -120,6 +120,7 @@ div.sidePanel {
div.chatBox {
padding: 0;
height: min-content;
}
div.chatLayout {
@@ -130,5 +131,4 @@ div.sidePanel {
div.homeGreetings {
grid-template-rows: auto;
}
}