Skip to content
Snippets Groups Projects
Unverified Commit e0d3fd17 authored by syuilo's avatar syuilo
Browse files

wio

parent 671c7cf0
No related branches found
No related tags found
No related merge requests found
...@@ -585,17 +585,14 @@ export default Vue.extend({ ...@@ -585,17 +585,14 @@ export default Vue.extend({
</script> </script>
<style lang="stylus" scoped> <style lang="stylus" scoped>
.mk-drive
root(isDark)
> nav > nav
display block display block
z-index 2 z-index 2
width 100% width 100%
overflow auto overflow auto
font-size 0.9em font-size 0.9em
color isDark ? #d2d9dc : #555 color var(--text)
background var(--face) background var(--face)
box-shadow 0 1px 0 rgba(#000, 0.05) box-shadow 0 1px 0 rgba(#000, 0.05)
...@@ -674,7 +671,7 @@ root(isDark) ...@@ -674,7 +671,7 @@ root(isDark)
padding 8px padding 8px
height calc(100% - 38px) height calc(100% - 38px)
overflow auto overflow auto
background isDark ? #191b22 : #fff background var(--desktopDriveBg)
&, * &, *
user-select none user-select none
...@@ -780,10 +777,4 @@ root(isDark) ...@@ -780,10 +777,4 @@ root(isDark)
> input > input
display none display none
.mk-drive[data-darkmode]
root(true)
.mk-drive:not([data-darkmode])
root(false)
</style> </style>
...@@ -140,6 +140,7 @@ ...@@ -140,6 +140,7 @@
"desktopTimelineSrc": "@faceTextButton", "desktopTimelineSrc": "@faceTextButton",
"desktopTimelineSrcHover": "@faceTextButtonHover", "desktopTimelineSrcHover": "@faceTextButtonHover",
"desktopWindowTitle": "@faceHeaderText", "desktopWindowTitle": "@faceHeaderText",
"desktopDriveBg": "@bg",
"desktopSettingsNavItem": ":alpha<0.8<$text", "desktopSettingsNavItem": ":alpha<0.8<$text",
"desktopSettingsNavItemHover": ":lighten<10<$text", "desktopSettingsNavItemHover": ":lighten<10<$text",
......
...@@ -140,6 +140,7 @@ ...@@ -140,6 +140,7 @@
"desktopTimelineSrc": "#6f7477", "desktopTimelineSrc": "#6f7477",
"desktopTimelineSrcHover": "#525a5f", "desktopTimelineSrcHover": "#525a5f",
"desktopWindowTitle": "#666", "desktopWindowTitle": "#666",
"desktopDriveBg": "#fff",
"desktopSettingsNavItem": ":alpha<0.8<$text", "desktopSettingsNavItem": ":alpha<0.8<$text",
"desktopSettingsNavItemHover": ":darken<10<$text", "desktopSettingsNavItemHover": ":darken<10<$text",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment