forked from shibao/cannery
fix elements flashing black
This commit is contained in:
parent
8405513337
commit
a6aa6f3386
@ -1,5 +1,6 @@
|
|||||||
# v0.3.1
|
# v0.3.1
|
||||||
- Add link to changelog from version number
|
- Add link to changelog from version number
|
||||||
|
- Fix some elements flashing with black background
|
||||||
|
|
||||||
# v0.3.0
|
# v0.3.0
|
||||||
- Fix ammo type counts not showing when count is 0
|
- Fix ammo type counts not showing when count is 0
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en" class="m-0 p-0 w-full h-full">
|
<html lang="en" class="m-0 p-0 w-full h-full bg-white">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||||
@ -17,7 +17,7 @@
|
|||||||
</script>
|
</script>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body class="m-0 p-0 w-full h-full">
|
<body class="m-0 p-0 w-full h-full bg-white">
|
||||||
<%= @inner_content %>
|
<%= @inner_content %>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
Loading…
Reference in New Issue
Block a user