Oh - try adding #lj_controlstrip { box-sizing: border-box} (or, alternatively, #lj_controlstrip {width: calc(100%-2px);} but I think box-sizing is probably less confusing).
#lj_controlstrip { box-sizing: border-box}
#lj_controlstrip {width: calc(100%-2px);}
no subject
Date: 2025-04-16 10:07 pm (UTC)Oh - try adding
#lj_controlstrip { box-sizing: border-box}
(or, alternatively,#lj_controlstrip {width: calc(100%-2px);}
but I think box-sizing is probably less confusing).