You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-30 02:21:17 +03:00
css url paths are relative to location of compiled file, not project structure
This commit is contained in:
@ -125,7 +125,7 @@ limitations under the License.
|
||||
|
||||
.mx_RoomView_messagePanelSearchSpinner:before {
|
||||
background-color: $greyed-fg-color;
|
||||
mask: url('../../../img/feather-icons/search-input.svg');
|
||||
mask: url('../../img/feather-icons/search-input.svg');
|
||||
mask-repeat: no-repeat;
|
||||
mask-position: center;
|
||||
mask-size: 50px;
|
||||
|
Reference in New Issue
Block a user