From 884bd325157fa427feb512021e9d1bd7fddea21d Mon Sep 17 00:00:00 2001 From: 1ilit Date: Tue, 19 Sep 2023 15:51:46 +0300 Subject: [PATCH] Change media queries --- src/components/control_panel.jsx | 2 +- src/pages/shortcuts.jsx | 4 ++-- tailwind.config.js | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/control_panel.jsx b/src/components/control_panel.jsx index 7af207a..846e7dd 100644 --- a/src/components/control_panel.jsx +++ b/src/components/control_panel.jsx @@ -1204,7 +1204,7 @@ export default function ControlPanel(props) { function toolbar() { return ( -
+
{layoutDropdown()} diff --git a/src/pages/shortcuts.jsx b/src/pages/shortcuts.jsx index 1590693..147b77e 100644 --- a/src/pages/shortcuts.jsx +++ b/src/pages/shortcuts.jsx @@ -110,7 +110,7 @@ export default function Shortcuts() { alt="logo" className="me-2 sm:h-[28px] md:h-[46px]" /> -
+
Keyboard shortcuts
@@ -160,7 +160,7 @@ export default function Shortcuts() { onSelect={(v) => {}} >
-
+
{shortcuts.map((s, i) => (
diff --git a/tailwind.config.js b/tailwind.config.js index cc7f1e1..51365ee 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -7,7 +7,7 @@ module.exports = { screens: { '3xl': {'max': '2047px'}, '2xl': {'max': '1535px'}, - 'xl': {'max': '1279px'}, + 'xl': {'min': '1024px'}, 'lg': {'max': '1023px'}, 'md': {'max': '767px'}, 'sm': {'max': '639px'}