diff --git a/index.html b/index.html index 645401c..a2c03d9 100644 --- a/index.html +++ b/index.html @@ -4,31 +4,26 @@
Dragging is a drag, move your tabs to a new window in an instant!
- - -Tabs can be moved to a new window with either a key command:
+ /* New styles for the navbar */ + .navbar { + position: fixed; + top: 0; + left: 0; + right: 0; + background-color: rgba(255, 255, 255, 0.95); + padding: 10px 20px; + display: flex; + justify-content: space-between; + align-items: center; + box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); + z-index: 1000; + } -Or by clicking the extension button:
+ .navbar-links a { + margin-left: 20px; + color: #3498db; + text-decoration: none; + font-weight: 500; + } -
- New windows can also be a Popup window (no UI):
+ /* Adjust body padding to account for fixed navbar */ + body { + padding-top: 60px; + } -
+ /* New styles for bento grid layout */
+ .bento-grid {
+ display: grid;
+ grid-template-columns: repeat(3, 1fr);
+ gap: 20px;
+ max-width: 1200px;
+ margin: 20px auto;
+ padding: 0 20px;
+ }
- This can be done with a key command:
+ .bento-item { + background: rgba(255, 255, 255, 0.95); + border-radius: 12px; + box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); + padding: 20px; + overflow: hidden; + } -Or by changing the Window Type for the button (right click):
+ .bento-item.tall { + grid-row: span 2; + } -
- - Tabs can also be moved between windows with the Tab to Next Window and - Tab To Previous Window commands -
- -- (No defaults are provided for Tab To Previous Window as Chrome has a limit - of four default key commands) -
- - -- You can move multiple tabs by selecting them first (by holding shift or - command/control): -
- - -
+
+
+
+ Get to it by right clicking the extension button:
-
- Tabs can be moved to a new window with either a key command:
+Or by clicking the extension button:
+
+ Multiple displays are supported! Windows are split on their current display.
-- A tab can be moved to a new window on the next display with the - Tab to Next Display command. -
- -New windows can also be a Popup window (no UI):
+
+ This can be done with a key command:
+Tabs can also be moved between windows with the Tab to Next Window and Tab To Previous Window commands
+Right click a link to open it in a new window:
-
+ You can move multiple tabs by selecting them first (by holding shift or command/control):
+ +Also works on pages:
-
- The window arrangement and other settings can be customised in the options page:
+
+ Get to it by right clicking the extension button:
+
+ The key commands can be customised by following the link on the options page.
-The defaults are:
- -Right click a link to open it in a new window:
+
+ Also works on pages:
+
+ Multiple displays are supported! Windows are split on their current display.
+A tab can be moved to a new window on the next display with the Tab to Next Display command.
+The key commands can be customised by following the link on the options page.
+The defaults are:
+