waygo-maps 1.1.6 → 1.1.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/style.css +4 -4
  2. package/package.json +1 -1
package/dist/style.css CHANGED
@@ -88,9 +88,9 @@
88
88
  position: absolute;
89
89
  right: 6px;
90
90
  bottom: 8px;
91
- height: auto;
91
+ height: 20px;
92
92
  max-height: 30px; /* Add explicit max-height */
93
- width: auto;
93
+ width: 80px;
94
94
  max-width: 130px; /* Add explicit max-width */
95
95
  cursor: pointer;
96
96
  display: flex; /* Add flex display */
@@ -121,7 +121,7 @@
121
121
 
122
122
  .logo-outline-element {
123
123
  position: absolute;
124
- bottom: 0;
124
+ top: 0;
125
125
  right: 0;
126
126
 
127
127
  width: 80px;
@@ -133,7 +133,7 @@
133
133
 
134
134
  .logo-fill-element {
135
135
  position: absolute;
136
- bottom: 0;
136
+ top: 0;
137
137
  right: 0;
138
138
  width: 80px;
139
139
  height: 20px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "waygo-maps",
3
- "version": "1.1.6",
3
+ "version": "1.1.7",
4
4
  "main": "dist/bundle.js",
5
5
  "files": [
6
6
  "dist/bundle.js",