UserProfileDialog padding top and profile view background alignment
This commit is contained in:
parent
9f93aa6bad
commit
73561b8408
3 changed files with 5 additions and 3 deletions
|
|
@ -911,7 +911,7 @@ body {
|
|||
}
|
||||
|
||||
.room-info {
|
||||
background-color: #FDFBF9;
|
||||
background-color: $lighter-gray;
|
||||
height: 100%;
|
||||
|
||||
.chat-header {
|
||||
|
|
@ -1090,7 +1090,7 @@ body {
|
|||
}
|
||||
|
||||
.profile {
|
||||
background-color: #e8e8e8;
|
||||
background-color: $lighter-gray;
|
||||
height: 100%;
|
||||
.chat-header {
|
||||
background-color: transparent;
|
||||
|
|
@ -1100,6 +1100,7 @@ body {
|
|||
.v-card {
|
||||
background-color: white;
|
||||
border-radius: 20px;
|
||||
box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.05) !important;
|
||||
}
|
||||
|
||||
.user-info {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue