Basically working upload progress bar.
This commit is contained in:
parent
a477c8be4c
commit
29b4f59982
4 changed files with 66 additions and 21 deletions
|
@ -117,3 +117,14 @@ limitations under the License.
|
|||
flex: 0 0 63px;
|
||||
margin-right: 2px;
|
||||
}
|
||||
|
||||
.mx_RoomView_uploadProgressOuter {
|
||||
width: 100%;
|
||||
background-color: black;
|
||||
height: 5px;
|
||||
}
|
||||
|
||||
.mx_RoomView_uploadProgressInner {
|
||||
background-color: blue;
|
||||
height: 5px;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue