Skip to content

Commit a89e1b4

Browse files
author
Dave Conway-Jones
committed
add error status to audio node
1 parent 9305c6a commit a89e1b4

File tree

5 files changed

+28
-21
lines changed

5 files changed

+28
-21
lines changed

dist/css/app.min.less

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,22 +15,23 @@
1515
/* See the License for the specific language governing permissions and */
1616
/* limitations under the License. */
1717
/* */
18-
@media(min-width: 661px) {
18+
19+
@media(max-width: 660px) {
1920
md-sidenav,
2021
md-sidenav.md-locked-open,
2122
md-sidenav.md-closed.md-locked-open-add-active {
22-
min-width: 200px !important;
23+
min-width: 160px !important;
2324
width: auto;
24-
max-width: 320px !important;
25+
max-width: 200px !important;
2526
}
2627
}
27-
@media(max-width: 660px) {
28+
@media(min-width: 661px) {
2829
md-sidenav,
2930
md-sidenav.md-locked-open,
3031
md-sidenav.md-closed.md-locked-open-add-active {
31-
min-width: 160px !important;
32+
min-width: 200px !important;
3233
width: auto;
33-
max-width: 200px !important;
34+
max-width: 320px !important;
3435
}
3536
}
3637
md-sidenav ng-md-icon {

dist/dashboard.appcache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ weather-icons-lite/fonts/weather-icons-lite.woff2
1919
NETWORK:
2020
*
2121

22-
# hash: 9a86f07d65c497688597bab8f4d2ae039854583bb7cf73403845566cb329afab
22+
# hash: f41cbe7ddb90d3d5d4addf0bdd68ce7ba1dad59e535f00b0d6b6fe8eaea45e9a

0 commit comments

Comments
 (0)