sqlui 0.1.23 → 0.1.24

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3fedaa1914f01816210919d0ed65ab1dd8194cfa32a133a23e4a836257653a17
4
- data.tar.gz: 10f11505e6d40f2e32ecb4a9984faa501862e682e4d45dacc259f15e33a497a0
3
+ metadata.gz: 496f67632ee9516c9569403f9907c96e9efad644cdba583fbc55b2112cfd2eb7
4
+ data.tar.gz: d186c82b1fb261ec365275412319c19e61acfe117472f0e370b541be3fb13af1
5
5
  SHA512:
6
- metadata.gz: 0d588e24696197af7162e26f0e99ca05083349514855fa57366080dec2af0830dc74e5ddad3137957aedaad4304c9fde27a97fea877fff3f18c1579dbdb4c789
7
- data.tar.gz: 2d69aeab941b4a888efb626bfab8221d4ed880a88c4b1cddf415d7e7b7cce1cb2b464b09caebab541d1af68b98ea0ec4a22f4834f5b45dd90cacfb4065a91c79
6
+ metadata.gz: e9d3a25232cbdb23eaec1672da41de0825defc0fb32fb2a3d3f1cc4a639b8d6945c6ff5f8ee8165f815a34ccb61f22443bc6553e840fdd6a9ecfa74b7181754d
7
+ data.tar.gz: e165ae26e57800866243a266957b8d9e40da901589c8c0f44efa5efc9ac0ffb293bfd096ecaabca58c972ddfb8ac1b33e9518b9cbef60cd0233d3c97082b36ac
data/.version CHANGED
@@ -1 +1 @@
1
- 0.1.23
1
+ 0.1.24
@@ -104,8 +104,7 @@ p {
104
104
  }
105
105
 
106
106
  .query {
107
- display: flex;
108
- flex: 1;
107
+ font-size: 18px;
109
108
  }
110
109
 
111
110
  .submit-box {
@@ -158,6 +157,7 @@ table {
158
157
  display: flex;
159
158
  width: 100%;
160
159
  color: #333;
160
+ font-size: 18px;
161
161
  }
162
162
 
163
163
  table td:last-child, table th:last-child {
@@ -285,4 +285,5 @@ thead {
285
285
  select {
286
286
  outline: none;
287
287
  color: #333;
288
+ font-size: 18px;
288
289
  }
@@ -22,7 +22,7 @@
22
22
  </div>
23
23
 
24
24
  <div id="query-box" class="query-box tab-content-element graph-element query-element" style="display: none;">
25
- <div id="query"></div>
25
+ <div id="query" class="query"></div>
26
26
  </div>
27
27
 
28
28
  <div id="submit-box" class="submit-box tab-content-element graph-element query-element" style="display: none;">
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sqlui
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.23
4
+ version: 0.1.24
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nick Dower