MacBookPro.lan 2026-6-17:0:44:8
This commit is contained in:
+31
@@ -0,0 +1,31 @@
|
||||
---
|
||||
link: https://github.com/A-Kees-H/Firefox-Vertical-Tabs-Mod/blob/main/copy_the_code_in_this_file.css
|
||||
created: 2026-06-17
|
||||
tags:
|
||||
- "#t/clippings/github"
|
||||
author:
|
||||
- https://github.com/A-Kees-H
|
||||
---
|
||||
|
||||
```css
|
||||
/* Remove sidebar tools + extensions column */
|
||||
#sidebar-tools-and-extensions-splitter,
|
||||
.sidebar-panel #sidebar-tools-and-extensions-splitter {
|
||||
display: none!important;
|
||||
}
|
||||
|
||||
.wrapper >.buttons-wrapper {
|
||||
display: none!important;
|
||||
}
|
||||
|
||||
/* Prevent leftover spacing */
|
||||
.sidebar-panel.wrapper {
|
||||
padding-right: 0!important;
|
||||
margin-right: 0!important;
|
||||
}
|
||||
|
||||
/* Hide Sidebar toggle button */
|
||||
#sidebar-button {
|
||||
display: none!important;
|
||||
}
|
||||
```
|
||||
Reference in New Issue
Block a user