mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-11 00:36:26 +00:00
26 lines
405 B
Stylus
26 lines
405 B
Stylus
.control-fullScreenButton
|
|
top 80px
|
|
topBarButtonRight()
|
|
&:hover .tooltip
|
|
opacity 1
|
|
|
|
.tooltip
|
|
tooltip()
|
|
position absolute
|
|
pointer-events none
|
|
top 50px
|
|
right 70px
|
|
z-index 200
|
|
padding 5px
|
|
line-height normal
|
|
border-radius 2px
|
|
opacity 0
|
|
transition 0.1s
|
|
|
|
.tooltip:lang(ja)
|
|
@extend .tooltip
|
|
right 35px
|
|
|
|
body[data-theme="dark"]
|
|
.control-fullScreenButton
|
|
topBarButtonDark() |