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:
parent
02fcefc34c
commit
f475ee9fc1
1 changed files with 5 additions and 1 deletions
|
@ -32,7 +32,11 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
#title-icon {
|
#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;
|
height: 124px;
|
||||||
margin-right: 25px;
|
margin-right: 25px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue