feat: Add responsive tab styles (#4997)

This commit is contained in:
Pranav Raj S 2022-07-08 13:53:01 +07:00 committed by GitHub
parent 181d7797a2
commit bca347149a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 106 additions and 9 deletions

View file

@ -141,6 +141,7 @@ export default {
.dashboard-app--tabs {
background: var(--white);
margin-top: -1px;
min-height: var(--dashboard-app-tabs-height);
}
.messages-and-sidebar {