-
Notifications
You must be signed in to change notification settings - Fork 20
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
Showing
14 changed files
with
334 additions
and
141 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
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
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,62 @@ | ||
#hand-mini-bar-hands-container { | ||
.hand-mini-bar-hand { | ||
@include glass; | ||
border-radius: 5px; | ||
} | ||
.hand-mini-bar-settings-hand { | ||
background-position-x: 2px; | ||
} | ||
.hand-mini-bar-card-container { | ||
background-color: unset; | ||
border: unset; | ||
min-width: 152px; | ||
max-width: 152px; | ||
} | ||
.hand-mini-bar-settings, | ||
.hand-mini-bar-actions { | ||
> div { | ||
box-shadow: 0px 0px 3px 0px rgba(255, 255, 255, 0.4) inset; | ||
text-align: center; | ||
border: none; | ||
text-shadow: 0px 0px 3px black; | ||
@include quick-transition; | ||
&:hover { | ||
background-color: var(--primary); | ||
} | ||
} | ||
} | ||
.hand-mini-bar-settings { | ||
border-top-left-radius: 3px; | ||
border-bottom-left-radius: 3px; | ||
border-right: 1px solid black; | ||
div:first-child { | ||
border-bottom: 1px solid black; | ||
} | ||
} | ||
.hand-mini-bar-actions { | ||
border-top-right-radius: 3px; | ||
border-bottom-right-radius: 3px; | ||
border-left: 1px solid black; | ||
div:first-child { | ||
border-bottom: 1px solid black; | ||
} | ||
} | ||
.hand-mini-bar-pass:before { | ||
font-size: 18px; | ||
line-height: 32px; | ||
} | ||
} | ||
|
||
.dorako-ui.dark-theme .hand-mini-bar-window-buttons { | ||
gap: 3px; | ||
.hand-mini-bar-window-button { | ||
@include glass; | ||
@include quick-transition; | ||
color: var(--color-text-light-heading); | ||
text-shadow: 0px 0px 3px black; | ||
&:hover { | ||
color: var(--color-text-light-highlight); | ||
background-color: var(--primary); | ||
} | ||
} | ||
} |
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
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
Oops, something went wrong.