Make sure file mode works
This commit is contained in:
parent
ce6398685f
commit
06ad4ca644
5 changed files with 14 additions and 14 deletions
|
|
@ -368,7 +368,7 @@ $hiliteColor: #4642f1;
|
|||
|
||||
.file-drop-sending-container {
|
||||
width: 100%;
|
||||
padding: 13px 0px 15px 0px;
|
||||
padding: 13px 10px 15px 10px;
|
||||
height: 50%;
|
||||
overflow-x: hidden;
|
||||
overflow-y: auto;
|
||||
|
|
@ -435,6 +435,7 @@ $hiliteColor: #4642f1;
|
|||
}
|
||||
|
||||
.file-drop-sending-input-container {
|
||||
padding: 10px;
|
||||
.v-btn {
|
||||
.v-progress-circular {
|
||||
margin-left: 8px;
|
||||
|
|
@ -457,16 +458,13 @@ $hiliteColor: #4642f1;
|
|||
}
|
||||
|
||||
.file-drop-sent-input-container {
|
||||
padding: 10px;
|
||||
background-color: transparent;
|
||||
|
||||
.v-btn {
|
||||
right: unset;
|
||||
left: 8px;
|
||||
background: linear-gradient(0deg, #000 0%, #000 100%), #4642f1;
|
||||
|
||||
right: 8px;
|
||||
&.close {
|
||||
right: 8px;
|
||||
left: unset;
|
||||
background: $hiliteColor !important;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue