mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-10 14:46:25 +02:00
Fix the size of the 'Private space' icon (#9638)
It's apparently been enlarged ever since 658ff4dfe6c93ca602060133054e45e859c6f32d.
This commit is contained in:
parent
2c612d5aa1
commit
563b815108
@ -36,8 +36,8 @@ limitations under the License.
|
||||
}
|
||||
|
||||
&.mx_RoomInfoLine_private::before {
|
||||
width: 14px;
|
||||
mask-size: 14px;
|
||||
width: 10px;
|
||||
mask-size: 10px;
|
||||
mask-image: url("$(res)/img/element-icons/lock.svg");
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user