@@ -104,7 +104,7 @@ body {
104104 position : fixed ;
105105 transform : translateX (-50% );
106106 left : 50% ;
107- bottom : 62 px ;
107+ bottom : 75 px ;
108108 z-index : 10 ;
109109 -webkit-text-stroke : 1px black ;
110110 color : #259c45 ;
@@ -171,29 +171,29 @@ body {
171171 position : fixed ;
172172 bottom : 0px ;
173173 left : 50% ;
174- width : 500 px ;
175- height : 60 px ;
174+ width : 550 px ;
175+ height : 66 px ;
176176 transform : translateX (-50% );
177177 background-image : url (" ../../assets/pack/assets/minecraft/textures/gui/widgets.png" );
178178 background-repeat : no-repeat ;
179- border : 0 px ;
179+ border : 4 px ;
180180 background-position : 0px 0px ;
181- background-size : 703 px auto ;
181+ background-size : 768 px auto ;
182182 border : none ;
183183 /* background-attachment: fixed; */
184184}
185185
186186.player_hp {
187187 position : fixed ;
188- bottom : 75 px ;
189- left : calc (50vw - 250 px );
188+ bottom : 80 px ;
189+ left : calc (50vw - 275 px );
190190 display : block ;
191191}
192192
193193.player_food {
194194 position : fixed ;
195- bottom : 75 px ;
196- right : calc (50vw - 245 px );
195+ bottom : 80 px ;
196+ right : calc (50vw - 260 px );
197197 display : block ;
198198}
199199
@@ -243,7 +243,7 @@ body {
243243.xp_bar_empty ,
244244.xp_bar {
245245 position : fixed ;
246- bottom : 65 px ;
246+ bottom : 70 px ;
247247 left : calc (50vw - 275px );
248248 width : 256 * 3px ;
249249 height : 3 * 5px ;
@@ -261,7 +261,7 @@ body {
261261
262262.xp_bar {
263263 image-rendering : pixelated ;
264- background-position : 0px -3 * 68 px ;
264+ background-position : 0px -3 * 69 px ;
265265}
266266
267267.inv_window {
@@ -293,20 +293,20 @@ body {
293293
294294.inv_box {
295295 display : inline-block ;
296- margin-left : 9 px ;
297- margin-top : 9 px ;
298- margin-right : -3.4 px ;
296+ margin-left : 12 px ;
297+ margin-top : 11 px ;
298+ margin-right : -1.3 px ;
299299}
300300
301301.inv_cursor {
302302 background-image : url (" ../../assets/pack/assets/minecraft/textures/gui/widgets.png" );
303303 background-repeat : no-repeat ;
304304 border : 0px ;
305- background-position : 0px -61 px ;
306- background-size : 700 px auto ;
305+ background-position : 0px -66 px ;
306+ background-size : 256 * 3 px auto ;
307307 position : fixed ;
308308 image-rendering : pixelated ;
309- bottom : -4 px ;
310- width : 66 px ;
311- height : 66 px ;
309+ bottom : -3 px ;
310+ width : 72 px ;
311+ height : 72 px ;
312312}
0 commit comments