issue#1 Support error screen. Support notification balloon for neflix service preparing. Going on tune up UI.

This commit is contained in:
Paul Kim
2022-06-08 02:22:39 +09:00
parent 8b0160bfda
commit cf95ff42b0
16 changed files with 628 additions and 250 deletions

View File

@@ -20,8 +20,9 @@
width: 100%;
height: 100px;
/* background-color: rgba(0, 0, 0, 0.5); */
filter: drop-shadow(0 0px 5px rgba(0, 0, 0, 1));
/* filter: drop-shadow(0 0px 5px rgba(0, 0, 0, 1)); */
padding: 0px;
display: none;
}
@@ -97,6 +98,7 @@
justify-content: center;
display: flex;
align-items: center;
filter: drop-shadow(0 0px 5px rgba(0, 0, 0, 0.5));
}
.widjet .top .weather #temp {
@@ -131,6 +133,7 @@
line-height: 52px;
padding: 5px 0;
text-align: right;
/* -webkit-text-stroke: 1px rgb(64,64,64); */
}
.widjet .top .datetime .date {