mirror of https://github.com/vector-im/riot-web
Fix maximise and minimise icon references
parent
2aa4fce1c5
commit
3ed6f1fe5d
|
@ -59,7 +59,7 @@ limitations under the License.
|
||||||
height: 100%;
|
height: 100%;
|
||||||
border: none;
|
border: none;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
min-height: 500px;
|
min-height: 540px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -72,7 +72,7 @@ limitations under the License.
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_HostSignup_maximize_button {
|
.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-repeat: no-repeat;
|
||||||
mask-position: center;
|
mask-position: center;
|
||||||
mask-size: cover;
|
mask-size: cover;
|
||||||
|
@ -86,7 +86,7 @@ limitations under the License.
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_HostSignup_minimize_button {
|
.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-repeat: no-repeat;
|
||||||
mask-position: center;
|
mask-position: center;
|
||||||
mask-size: cover;
|
mask-size: cover;
|
||||||
|
|
Loading…
Reference in New Issue