forked from randomuser691337/another-webdesk
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
nova
committed
Nov 1, 2024
1 parent
f0f0c2d
commit d425bc7
Showing
3 changed files
with
193 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
.modernde-topbar{ | ||
backdrop-filter: blur(16px); | ||
padding: .75rem; | ||
background-color: rgba(0,0,0,0.2); | ||
border-radius: .5rem; | ||
justify-content: space-between; | ||
display: flex; | ||
align-items: center; | ||
box-sizing: border-box; | ||
width: 100%; | ||
} | ||
[class^=modernde] button{ | ||
background-color: transparent !important; | ||
border: 0px; | ||
padding: 0px; | ||
margin: 0px; | ||
height: min-content; | ||
} | ||
.modernde-start, .modernde-start svg{ | ||
height: 18px; | ||
width: 18px; | ||
color: #fff; | ||
vertical-align:text-bottom; | ||
} | ||
.modernde-topbar .time{ | ||
color: #fff; | ||
} | ||
.modernde-topbar > *{ | ||
opacity: .8; | ||
} | ||
.modernde-topbar .modernde-title{ | ||
margin-left: 8px; | ||
color: #fff; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,6 +23,7 @@ | |
var abt = { | ||
lastmod: "July 29, 2024", | ||
ver: "0.0.9", | ||
product: "novaOS" | ||
}; | ||
|
||
var sys = { | ||
|