Skip to content

Commit 316f470

Browse files
author
loclamor
committed
v1.4.5 : fix OGLight bad display
1 parent 20ae242 commit 316f470

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"manifest_version": 2,
3-
"version": "1.4.4",
3+
"version": "1.4.5",
44
"name": "__MSG_appName__",
55
"description": "__MSG_appDesc__",
66
"default_locale": "fr",

ogameLive.css

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
text-align: left;
1515
margin-top: 0px;
1616
overflow: hidden;
17-
position: relative;
17+
position: absolute;
18+
left: 157px;
1819
height: 55px;
1920
}
2021
.smallplanet>.prod .capa {

ogameLive.user.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,8 @@ jQuery("#resourcesbarcomponent, #planetList").ready(function() {
7070
var prodWidth = planetsWidth * 1.3;
7171
// dynamics css
7272
jQuery('head').append('<style>'
73-
+ '#planetbarcomponent #rechts #planetList .smallplanet {min-width: '+(planetsWidth + prodWidth)+'px;}'
73+
+ '#planetbarcomponent #rechts #myPlanets .smallplanet {min-height: 62px !important;}'
74+
//+ '#planetbarcomponent #rechts #planetList .smallplanet {min-width: '+(planetsWidth + prodWidth)+'px;}'
7475
+ '.smallplanet>.prod {width: '+(prodWidth)+'px; display: none;}'
7576
+ '.smallplanet>.prod>.planet_prod, .smallplanet>.prod>.moon_prod {width: '+(prodWidth)+'px;}'
7677
+ '.smallplanet>.prod>.moon_prod {left: '+(prodWidth)+'px;}'

0 commit comments

Comments
 (0)