mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-10 10:33:09 +02:00
wip
This commit is contained in:
parent
0343de95b8
commit
99a2c5b3fa
1 changed files with 3 additions and 11 deletions
|
@ -247,9 +247,7 @@ export default Vue.extend({
|
|||
</script>
|
||||
|
||||
<style lang="stylus" scoped>
|
||||
|
||||
|
||||
root(isDark)
|
||||
.mk-home
|
||||
display block
|
||||
|
||||
&[data-customize]
|
||||
|
@ -279,7 +277,7 @@ root(isDark)
|
|||
left 0
|
||||
width 100%
|
||||
height 48px
|
||||
color isDark ? #fff : #000
|
||||
color var(--text)
|
||||
background var(--desktopHeaderBg)
|
||||
box-shadow 0 1px 1px rgba(#000, 0.075)
|
||||
|
||||
|
@ -320,7 +318,7 @@ root(isDark)
|
|||
line-height 48px
|
||||
|
||||
&.trash
|
||||
border-left solid 1px isDark ? #1c2023 : #ddd
|
||||
border-left solid 1px var(--faceDivider)
|
||||
|
||||
> div
|
||||
width 100%
|
||||
|
@ -395,10 +393,4 @@ root(isDark)
|
|||
max-width 700px
|
||||
margin 0 auto
|
||||
|
||||
.mk-home[data-darkmode]
|
||||
root(true)
|
||||
|
||||
.mk-home:not([data-darkmode])
|
||||
root(false)
|
||||
|
||||
</style>
|
||||
|
|
Loading…
Reference in a new issue