Fix maximise and minimise icon references

pull/21833/head
Jason Robinson 2021-02-09 12:22:58 +02:00
parent 2aa4fce1c5
commit 3ed6f1fe5d
1 changed files with 3 additions and 3 deletions

View File

@ -59,7 +59,7 @@ limitations under the License.
height: 100%;
border: none;
background-color: #fff;
min-height: 500px;
min-height: 540px;
}
}
@ -72,7 +72,7 @@ limitations under the License.
}
.mx_HostSignup_maximize_button {
mask: url('$(res)/img/feather-customised/widget/maximise.svg');
mask: url('$(res)/img/feather-customised/maximise.svg');
mask-repeat: no-repeat;
mask-position: center;
mask-size: cover;
@ -86,7 +86,7 @@ limitations under the License.
}
.mx_HostSignup_minimize_button {
mask: url('$(res)/img/feather-customised/widget/minimise.svg');
mask: url('$(res)/img/feather-customised/minimise.svg');
mask-repeat: no-repeat;
mask-position: center;
mask-size: cover;