together-theme 0.0.9 → 0.0.10

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: 3ebe20b9131e25ddf96c2c5ffb438cd05f31918f01546e19e517c5f96f0aa7ca
4
- data.tar.gz: 86537a2ea0c585cf87c9eaf6c89ca79f4b869f9b52614d238609b4738a344664
3
+ metadata.gz: 41dd4f5b57d14ae559464749161dd1485f03830b7f0b53870f142dfc92d8d4c6
4
+ data.tar.gz: 3aa424cc1bee6c226b52379ef09206b47247c9fdcf7580c4c676679a88cc02a4
5
5
  SHA512:
6
- metadata.gz: ccc158954a1e3ae8764f5bfb8761a1e00f1705f8c1e0977a6a978453e45db39b12fbd2c5cf3342529663ea72ca2c40d2332174aed81f5678211a32285826d440
7
- data.tar.gz: d689d8e9b16c1bcf187b7b5bc5cfbf03d1738fac8c6cf796f916e79de7a6faefa0ab707d0290ea271dd04ba50a633d7dbe2a9e982144e154acb803afaf6fc938
6
+ metadata.gz: 57a659cb4a9fa98edaf094bca45190981612c9b7a904719d6e2accb721a41e2124426b58b5abe2964f464919e99099f942941eb615e3d319282513baccf67d80
7
+ data.tar.gz: 2bb222150759f2900c451e2aeefcba14204a58f3e0a3975598316749133ead3f682f24f16661acd3f58111fcbc9f61f7eb1d0765c8d294485623d557dbdcf06b
data/_sass/_layout.scss CHANGED
@@ -17,7 +17,7 @@ html, body {
17
17
  .container {
18
18
  display: flex;
19
19
  flex-direction: row;
20
- flex-wrap: wrap;
20
+ flex-wrap: nowrap;
21
21
 
22
22
  .nav {
23
23
  z-index: 1;
@@ -28,11 +28,12 @@ html, body {
28
28
  margin-bottom: 0px;
29
29
  height: 100%;
30
30
  overflow-y: auto;
31
+ flex: 0 0 auto;
31
32
  }
32
33
 
33
34
  .content {
34
- flex: 0 0 0;
35
- width: 100%;
35
+ flex: 0 0 auto;
36
+ width: 75%;
36
37
  padding: 0 var(--padding-xl);
37
38
  }
38
39
 
@@ -43,6 +44,6 @@ html, body {
43
44
  bottom: var(--padding-xl);
44
45
  height: 100%;
45
46
  overflow-y: auto;
46
- flex: 0 0 25%;
47
+ flex: 0 0 22%;
47
48
  }
48
49
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |spec|
4
4
  spec.name = "together-theme"
5
- spec.version = "0.0.9"
5
+ spec.version = "0.0.10"
6
6
  spec.authors = ["Dallas Read"]
7
7
  spec.email = ["dallas@excitecreative.ca"]
8
8
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: together-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.9
4
+ version: 0.0.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dallas Read