Skip to content

Commit e82f6d5

Browse files
committed
Fixing extra spacing between tabs
1 parent d6ef1c0 commit e82f6d5

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

src/textual/drivers/linux_driver.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -267,8 +267,6 @@ def on_terminal_resize(signum, stack) -> None:
267267
self.write("\x1b[?25l") # Hide cursor
268268
self.write("\x1b[?1004h") # Enable FocusIn/FocusOut.
269269
self.write("\x1b[>1u") # https://sw.kovidgoyal.net/kitty/keyboard-protocol/
270-
# Disambiguate escape codes https://sw.kovidgoyal.net/kitty/keyboard-protocol/#progressive-enhancement
271-
self.write("\x1b[=1;u")
272270

273271
self.flush()
274272
self._key_thread = Thread(target=self._run_input_thread)

src/textual/widgets/_tabs.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,6 @@ class Tab(Static):
9696
width: auto;
9797
height: 1;
9898
padding: 0 1;
99-
margin: 0 1;
10099
text-align: center;
101100
color: $foreground 50%;
102101

0 commit comments

Comments
 (0)