fix spinner margins

This commit is contained in:
Bruno Windels 2020-10-08 15:53:13 +02:00
parent 4783e03871
commit 93e301e4fa
4 changed files with 17 additions and 7 deletions

View file

@ -34,7 +34,10 @@ limitations under the License.
cursor: pointer;
display: flex;
align-items: center;
gap: 10px;
}
.SessionPickerView .session-info > :not(:first-child) {
margin-left: 8px;
}
.SessionPickerView li .user-id {
@ -53,9 +56,13 @@ limitations under the License.
display: flex;
}
.SessionLoadView > :not(:first-child) {
margin-left: 12px;
}
.SessionLoadView p {
flex: 1;
margin: 0 0 0 10px;
margin: 0;
}
.SessionLoadView .spinner {

View file

@ -77,6 +77,6 @@ limitations under the License.
justify-content: center;
}
.TimelineLoadingView div {
margin-right: 10px;
.TimelineLoadingView > :not(:first-child) {
margin-left: 12px;
}

View file

@ -507,3 +507,7 @@ ul.Timeline > li.messageStatus .message-container > p {
text-align: center;
border-radius: 10px;
}
.GapView > :not(:first-child) {
margin-left: 12px;
}

View file

@ -76,7 +76,6 @@ limitations under the License.
visibility: visible;
}
.GapView > div {
flex: 1 1 0;
margin-right: 10px;
.GapView > :nth-child(2) {
flex: 1;
}