wip
This commit is contained in:
@ -77,7 +77,7 @@ export default Vue.extend({
|
||||
</script>
|
||||
|
||||
<style lang="stylus" scoped>
|
||||
root(isDark)
|
||||
.header
|
||||
position fixed
|
||||
top 0
|
||||
z-index 1000
|
||||
@ -151,10 +151,4 @@ root(isDark)
|
||||
> .mk-ui-header-search
|
||||
display none
|
||||
|
||||
.header[data-darkmode]
|
||||
root(true)
|
||||
|
||||
.header:not([data-darkmode])
|
||||
root(false)
|
||||
|
||||
</style>
|
||||
|
Reference in New Issue
Block a user