Clean and minimal theme for new Wikipedia. Press F8 for dark mode.
< 腳本WikiMuch的回應
Just a small bug:128. #right-navigation { margin-top: .5em } should be #right-navigation { margin-top: .5em !important }
#right-navigation { margin-top: .5em }
#right-navigation { margin-top: .5em !important }
You're right! It's needed for narrow viewports. Thanks!
登入以回覆
Just a small bug:
128.
#right-navigation { margin-top: .5em }
should be#right-navigation { margin-top: .5em !important }