mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-23 03:25:12 +01:00
fix spinner margins
This commit is contained in:
parent
4783e03871
commit
93e301e4fa
@ -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 {
|
||||
|
@ -77,6 +77,6 @@ limitations under the License.
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.TimelineLoadingView div {
|
||||
margin-right: 10px;
|
||||
.TimelineLoadingView > :not(:first-child) {
|
||||
margin-left: 12px;
|
||||
}
|
||||
|
@ -507,3 +507,7 @@ ul.Timeline > li.messageStatus .message-container > p {
|
||||
text-align: center;
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
.GapView > :not(:first-child) {
|
||||
margin-left: 12px;
|
||||
}
|
||||
|
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user