1
0
Fork 0
mirror of https://gitlab.com/futo-org/fcast.git synced 2025-08-21 14:52:50 +00:00

webOS: Fix white icon border on webOS 5.0

This commit is contained in:
Michael Hollister 2025-07-29 00:03:25 -05:00
parent 02fcefc34c
commit f475ee9fc1

View file

@ -32,7 +32,11 @@
}
#title-icon {
width: 124px;
/*
For some strange reason on webOS 5.0 there is a right white border line...
Adjusting logo dimensions slightly seems to fix the issue...
*/
width: 125px;
height: 124px;
margin-right: 25px;
}