전체화면일 때 titlebar 숨기기

This commit is contained in:
2026-05-14 17:21:41 +09:00
parent e50e56dbad
commit f16f701ea5
+1 -1
View File
@@ -46,7 +46,7 @@ body {
position: relative; position: relative;
} }
body.fullscreen #titlebar { body.fullscreen #titlebar {
padding-left: 16px; display: none;
} }
#titlebar h1 { #titlebar h1 {
position: absolute; position: absolute;