12 lines
176 B
TypeScript
12 lines
176 B
TypeScript
namespace $.$$ {
|
|
|
|
const { rem } = $mol_style_unit
|
|
|
|
$mol_style_define( $hd_canary_app_profile , {
|
|
Current_peer_avatar: {
|
|
width: rem( 2 ),
|
|
height: rem( 2 )
|
|
}
|
|
} )
|
|
|
|
}
|