You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-08-09 08:42:50 +03:00
Add loading spinners to threads panels (#8490)
This commit is contained in:
committed by
GitHub
parent
c616bd7a62
commit
fd6498a821
@@ -104,11 +104,13 @@ limitations under the License.
|
||||
}
|
||||
}
|
||||
|
||||
.mx_AutoHideScrollbar {
|
||||
.mx_AutoHideScrollbar,
|
||||
.mx_RoomView_messagePanelSpinner {
|
||||
background-color: $background;
|
||||
border-radius: 8px;
|
||||
padding-inline-end: 0;
|
||||
overflow-y: scroll; // set gap between the thread tile and the right border
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
// Override _GroupLayout.scss for the thread panel
|
||||
|
Reference in New Issue
Block a user