mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-01-10 04:25:08 +00:00
(Navbar) Fixed: IE11 issues
(Chat Panel) Fixed: IE11 issues
This commit is contained in:
parent
4d4d52ba05
commit
b6ebd2b839
|
@ -35,6 +35,7 @@ chat-panel {
|
|||
}
|
||||
|
||||
.content {
|
||||
flex: 1 1 100%;
|
||||
min-height: 0;
|
||||
}
|
||||
|
||||
|
@ -162,6 +163,7 @@ chat-panel {
|
|||
align-items: center;
|
||||
justify-content: center;
|
||||
padding: 12px;
|
||||
max-width: 100%;
|
||||
|
||||
.message {
|
||||
white-space: pre-wrap;
|
||||
|
|
|
@ -41,6 +41,8 @@ fuse-sidebar {
|
|||
position: relative;
|
||||
top: auto;
|
||||
padding: 0;
|
||||
transform: translateX(0);
|
||||
left: auto;
|
||||
|
||||
.avatar {
|
||||
width: 40px;
|
||||
|
@ -136,6 +138,8 @@ navbar {
|
|||
top: 92px;
|
||||
border-radius: 50%;
|
||||
padding: 8px;
|
||||
transform: translateX(-50%);
|
||||
left: 50%;
|
||||
|
||||
.avatar {
|
||||
width: 72px;
|
||||
|
|
Loading…
Reference in New Issue
Block a user