nutella_framework 0.4.31 → 0.4.32
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 +4 -4
- data/VERSION +1 -1
- data/framework_components/roomcast-channel-creator/dist/app.js +7 -2
- data/framework_components/roomcast-channel-creator/dist/nutella_lib.js +0 -0
- data/framework_components/roomcast-channel-creator/src/app/components/Channel.js +6 -1
- data/framework_components/roomcast-package-creator/dist/main.css +6 -2
- data/framework_components/roomcast-package-creator/src/less/main.less +8 -1
- metadata +1 -2
- data/VERSION.orig +0 -5
@@ -176,6 +176,7 @@ html, body {
|
|
176
176
|
display: block;
|
177
177
|
}
|
178
178
|
.channels-panel-paper {
|
179
|
+
position: relative;
|
179
180
|
height: calc(~"100% - 2*@{default-margin}");
|
180
181
|
width: auto;
|
181
182
|
margin-top: @default-margin;
|
@@ -214,7 +215,7 @@ html, body {
|
|
214
215
|
margin: auto;
|
215
216
|
text-align: center;
|
216
217
|
position: absolute;
|
217
|
-
bottom:
|
218
|
+
bottom: 0;
|
218
219
|
background-color: white;
|
219
220
|
}
|
220
221
|
.channels-panel-save-buttons-div-inner {
|
@@ -425,6 +426,12 @@ html, body {
|
|
425
426
|
.mui-text-field-focus-underline {
|
426
427
|
position: relative;
|
427
428
|
}
|
429
|
+
.mui-text-field-textarea {
|
430
|
+
|
431
|
+
}
|
432
|
+
.mui-text-field-hint {
|
433
|
+
font-size: 0.8vw;
|
434
|
+
}
|
428
435
|
}
|
429
436
|
.mui-menu .mui-menu-item {
|
430
437
|
cursor: default;
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: nutella_framework
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.4.
|
4
|
+
version: 0.4.32
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Alessandro Gnoli
|
@@ -290,7 +290,6 @@ files:
|
|
290
290
|
- README.md
|
291
291
|
- Rakefile
|
292
292
|
- VERSION
|
293
|
-
- VERSION.orig
|
294
293
|
- bin/nutella
|
295
294
|
- data/index.html
|
296
295
|
- data/startup
|