mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-23 11:35:04 +01:00
fix spinner margins
This commit is contained in:
parent
4783e03871
commit
93e301e4fa
@ -34,7 +34,10 @@ limitations under the License.
|
|||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
gap: 10px;
|
}
|
||||||
|
|
||||||
|
.SessionPickerView .session-info > :not(:first-child) {
|
||||||
|
margin-left: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.SessionPickerView li .user-id {
|
.SessionPickerView li .user-id {
|
||||||
@ -53,9 +56,13 @@ limitations under the License.
|
|||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.SessionLoadView > :not(:first-child) {
|
||||||
|
margin-left: 12px;
|
||||||
|
}
|
||||||
|
|
||||||
.SessionLoadView p {
|
.SessionLoadView p {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
margin: 0 0 0 10px;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.SessionLoadView .spinner {
|
.SessionLoadView .spinner {
|
||||||
|
@ -77,6 +77,6 @@ limitations under the License.
|
|||||||
justify-content: center;
|
justify-content: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.TimelineLoadingView div {
|
.TimelineLoadingView > :not(:first-child) {
|
||||||
margin-right: 10px;
|
margin-left: 12px;
|
||||||
}
|
}
|
||||||
|
@ -507,3 +507,7 @@ ul.Timeline > li.messageStatus .message-container > p {
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.GapView > :not(:first-child) {
|
||||||
|
margin-left: 12px;
|
||||||
|
}
|
||||||
|
@ -76,7 +76,6 @@ limitations under the License.
|
|||||||
visibility: visible;
|
visibility: visible;
|
||||||
}
|
}
|
||||||
|
|
||||||
.GapView > div {
|
.GapView > :nth-child(2) {
|
||||||
flex: 1 1 0;
|
flex: 1;
|
||||||
margin-right: 10px;
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user