Jump to content

kozmiko

Level 1
  • Posts

    1
  • Joined

  • Last visited

About kozmiko

kozmiko's Achievements

0

Reputation

  1. Not a built in feature but you can manipulate the css on any web page using your brower's built-in developer tools. Right click on the page and select "inspect" to display the inspector window (I'm using google chrome but ie and firefox are similar). Find the tab that says "console", paste the following in and hit enter: $('#gwt-debug-NoteView-root').css("margin-left", "0") The left side bar is actually not "pushing" the main content window, rather the main content window has a margin on the left that allows the notes side bar to be seen. The code above simply reduces that margin to 0. This isn't a permanent change to the page, just your current session view. You'll need to repeat any time you refresh the page. I don't always need full screen so it works for me on the rare occasion that I need it.
×
×
  • Create New...