Skip to content

Commit 9b6e08c

Browse files
committed
2.0 - Fixing nwjs functions
1 parent 1c42513 commit 9b6e08c

14 files changed

+464
-194
lines changed

dist/assets/css/main.css

Lines changed: 18 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -403,6 +403,10 @@ a:active {
403403
background: radial-gradient(ellipse at center, rgba(162, 173, 214, 0.42) 0%, transparent 70%);
404404
}
405405

406+
.app-player .app-head {
407+
padding-left: 0;
408+
}
409+
406410
#youtube-player {
407411
height: 0;
408412
opacity: 0;
@@ -999,6 +1003,8 @@ input[type="radio"]:checked + label .round-check:after {
9991003
text-align: center;
10001004
position: relative;
10011005
height: 26px;
1006+
width: 100%;
1007+
z-index: 2;
10021008
}
10031009

10041010
.header-bar:before {
@@ -1009,6 +1015,7 @@ input[type="radio"]:checked + label .round-check:after {
10091015
position: absolute;
10101016
left: 0;
10111017
top: 0;
1018+
border-bottom: 1px solid #383846;
10121019
}
10131020

10141021
.header-bar h1 {
@@ -1137,12 +1144,10 @@ input[type="radio"]:checked + label .round-check:after {
11371144
}
11381145

11391146
#logo {
1147+
position: relative;
1148+
margin: 0 auto;
11401149
cursor: pointer;
11411150
transition: all 0.1s ease-out;
1142-
position: absolute;
1143-
top: 50%;
1144-
left: 50%;
1145-
transform: translate(-50%, -50%);
11461151
}
11471152

11481153
#logo small {
@@ -1175,12 +1180,13 @@ input[type="radio"]:checked + label .round-check:after {
11751180
.app-head {
11761181
height: 100px;
11771182
display: flex;
1178-
padding: 30px 20px 0 20px;
1183+
align-items: center;
1184+
padding: 0 20px 0 20px;
11791185
}
11801186

11811187
.app-head .settings {
11821188
margin-left: auto;
1183-
margin-top: 10px;
1189+
margin-top: 7px;
11841190
}
11851191

11861192
.settings .fa {
@@ -2335,12 +2341,14 @@ iframe {
23352341
}
23362342
}
23372343

2338-
.application #app-container > .container {
2339-
height: calc(100% - 26px);
2340-
}
2341-
23422344
.application .header-bar {
23432345
display: block;
2346+
position: absolute;
2347+
top: 0;
2348+
}
2349+
2350+
.application .app-head {
2351+
padding-top: 25px;
23442352
}
23452353

23462354
.app-win .win-controls {

dist/inline.bundle.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/main.bundle.js

Lines changed: 36 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/main.bundle.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)