up airwatch
This commit is contained in:
parent
91f078ae01
commit
9de7b06579
3 changed files with 8 additions and 10 deletions
|
@ -130,8 +130,6 @@
|
|||
min-width: 175px;
|
||||
background-color: white;
|
||||
border-radius: 10px;
|
||||
padding-bottom: 20px;
|
||||
padding-top: 20px;
|
||||
margin-top: 2px;
|
||||
margin-right: 0;
|
||||
|
||||
|
@ -141,6 +139,10 @@
|
|||
|
||||
.dropdown-content {
|
||||
padding: 0.5rem 0;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
align-items: stretch;
|
||||
}
|
||||
|
||||
.dropdown-item {
|
||||
|
|
|
@ -1,8 +1,7 @@
|
|||
:host {
|
||||
|
||||
|
||||
position: relative;
|
||||
bottom: 0;
|
||||
left: -242px;
|
||||
top: 150px;
|
||||
|
||||
left: 0;
|
||||
top: 8px;
|
||||
}
|
||||
|
|
|
@ -456,6 +456,7 @@
|
|||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: flex-end;
|
||||
min-height: 82vh;
|
||||
}
|
||||
|
||||
.main-conversation-container {
|
||||
|
@ -495,10 +496,6 @@
|
|||
}
|
||||
|
||||
.bottom-warning-container {
|
||||
margin-left: 70px;
|
||||
margin-top: 18px;
|
||||
margin-bottom: -110px;
|
||||
bottom: 12px;
|
||||
|
||||
.is-expanded-left & {
|
||||
left: 300px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue