episode 3
This commit is contained in:
parent
3102db4fa0
commit
def6ee6c8a
7 changed files with 109 additions and 56 deletions
|
@ -1,12 +1,3 @@
|
|||
@colorMixRate: 1%;
|
||||
@transparencyRate: 50%;
|
||||
|
||||
@keyColor : #fc3c44;
|
||||
@ciderColor: #ff2654;
|
||||
@baseColor: #1e1e1e;
|
||||
@baseColorMix: mix(@baseColor, transparent, @transparencyRate);
|
||||
@sidebarColor: #2e2e2e;
|
||||
@sidebarColorMix: mix(@sidebarColor, transparent, @transparencyRate);
|
||||
|
||||
#app.navbar {
|
||||
--navigationBarHeight: 38px;
|
||||
|
@ -77,8 +68,9 @@
|
|||
background: var(--color2);
|
||||
-webkit-app-region: no-drag;
|
||||
height: var(--chromeHeight2);
|
||||
box-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
|
||||
z-index: 1;
|
||||
box-shadow: 0px -2px 6px rgb(20 20 20 / 12%),
|
||||
0px -1px 0px 0px rgb(200 200 200 / 12%);
|
||||
z-index: 4;
|
||||
|
||||
.app-chrome-playback-duration-bottom {
|
||||
width: 100%;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue