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:

```css
#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](https://github.com/user-attachments/assets/4a293995-b870-4444-9fb9-904cbe555225)


-- 
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/2492#issuecomment-2308518555
You are receiving this because you are subscribed to this thread.

Message ID: <geany/geany/issues/2492/[email protected]>

Reply via email to