With these settings I managed to hide all the tabs.

First I set the position of the tabs to the right in Preferences > Interface > Notebook tabs > Tab Position > Message Window

Then I added a negative margin as follows:

#notebook_info {
  padding: 1px;
  padding-left: 5px;
  margin-right: -56px;
  font-size: 0.1em;
}

The left padding is not necessary but it looks better to me, here is a pic:

Screenshot_2024-08-24_16-38-10.png (view on web)


Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <geany/geany/issues/2492/2308518555@github.com>