@swr-data-lab/components 2.34.1 → 2.34.2
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.
|
@@ -131,7 +131,6 @@ const handleDebugCopyLocationClick = (e) => {
|
|
|
131
131
|
.debug {
|
|
132
132
|
position: absolute;
|
|
133
133
|
top: 0;
|
|
134
|
-
right: 0;
|
|
135
134
|
background: rgba(0, 0, 0, 0.75);
|
|
136
135
|
color: white;
|
|
137
136
|
z-index: 1000;
|
|
@@ -139,7 +138,14 @@ const handleDebugCopyLocationClick = (e) => {
|
|
|
139
138
|
font-size: 10px;
|
|
140
139
|
font-family: monospace;
|
|
141
140
|
display: flex;
|
|
142
|
-
|
|
141
|
+
flex-flow: column;
|
|
142
|
+
}
|
|
143
|
+
@media (min-width: 600px) {
|
|
144
|
+
.debug {
|
|
145
|
+
gap: 1em;
|
|
146
|
+
right: 0;
|
|
147
|
+
flex-flow: row;
|
|
148
|
+
}
|
|
143
149
|
}
|
|
144
150
|
.debug li {
|
|
145
151
|
list-style: none;
|