You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 22, 2023. It is now read-only.
I was wondering, though, if I could disable the border for the window. Initially, I tried commenting out the line enabling the border on line 26 of style.css and changing the width of the titlebar from calc(100% - 2px) to 100% on line 34, but I ended up with this:
I did some fiddling around, and on line 44, I changed the margin-top to 0, making it look like this:
Although this fixes the position of the titlebar, this changes the position of the #main content and the keeps the scrollbar to the right of the close button.
Could you tell me what I need to change to properly remove the border?
Thanks in advance.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi, thanks for this tutorial!
I was wondering, though, if I could disable the border for the window. Initially, I tried commenting out the line enabling the border on line 26 of style.css and changing the width of the titlebar from
calc(100% - 2px)
to 100% on line 34, but I ended up with this:I did some fiddling around, and on line 44, I changed the margin-top to 0, making it look like this:
Although this fixes the position of the titlebar, this changes the position of the #main content and the keeps the scrollbar to the right of the close button.
Could you tell me what I need to change to properly remove the border?
Thanks in advance.
The text was updated successfully, but these errors were encountered: