diff --git a/css/main.css b/css/main.css index 8d7cb68..0624cb8 100644 --- a/css/main.css +++ b/css/main.css @@ -2,6 +2,18 @@ html { font-family: 'SF Pro', -apple-system, system-ui, sans-serif; } +#titlebar { + height: 28px; + line-height: 28px; + font-size: 14px; + text-align: center; + vertical-align: middle; + + -webkit-app-region: drag; /* Allow user to drag the window using this titlebar */ + -webkit-user-select: none; /* Prevent user from selecting things */ + user-select: none; +} + body { margin: 0px; display: flex; @@ -52,7 +64,7 @@ body { #content { display: flex; - height: calc(100% - 51px); + height: calc(100% - 79px); border-top: 1px solid #eceef0; } diff --git a/html/index.html b/html/index.html index e181524..0a7bfa2 100644 --- a/html/index.html +++ b/html/index.html @@ -7,6 +7,7 @@ +
Books Annotations