clwiki 3.1.5 → 3.1.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/assets/stylesheets/cl_wiki/application.css +4 -1
- data/lib/cl_wiki/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 11a75960c5f2a6ce8df2deb45fd3156d708540306f5bbcf8a45191d3a89fa8ae
|
4
|
+
data.tar.gz: ad05256ad2f5b9a9efce5bd502dc4797162e5fc792c72eb6d7a714b8357014d4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f0532ec14b562b0f2e7015b31fae25c374ff26ef7e29c40206ba9e6ba1e48a1f12687b4a55229868569bfdc54ad993e4d5dc16df7629d7a3f6efb6cc5994a4b8
|
7
|
+
data.tar.gz: 299f77fa1958fd237d7ff552ed988033496df5c328f2e8cbc05b488f190446db0b7ecf6ef9259a8da98f112ddf17d36c95b24046404cf14983cecf9ad06c9277
|
@@ -120,7 +120,10 @@ form {
|
|
120
120
|
|
121
121
|
textarea {
|
122
122
|
width: 100%;
|
123
|
-
|
123
|
+
/* probably a smarter way to ensure the bottom row of
|
124
|
+
inputs aren't too crowded on a mobile view, but this
|
125
|
+
should be fine */
|
126
|
+
height: 95%;
|
124
127
|
/* otherwise it's a monospace in Chrome by default */
|
125
128
|
font-family: inherit;
|
126
129
|
}
|
data/lib/cl_wiki/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: clwiki
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.1.
|
4
|
+
version: 3.1.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- chrismo
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-12-
|
11
|
+
date: 2022-12-29 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bcrypt
|