diff --git a/src/App.js b/src/App.js index 6c0d0e6b..64043551 100644 --- a/src/App.js +++ b/src/App.js @@ -79,6 +79,8 @@ const App = () => { path="/tracker/project/:id" element={} /> + + } /> { element={} /> + + } /> diff --git a/src/components/AuthBox/authBox.scss b/src/components/AuthBox/authBox.scss index 9759446e..62142c35 100644 --- a/src/components/AuthBox/authBox.scss +++ b/src/components/AuthBox/authBox.scss @@ -55,7 +55,7 @@ margin-bottom: 54px; span { - color: #8DC63F; + color: #8dc63f; font-size: 50px; font-weight: 700; font-style: normal; @@ -193,7 +193,7 @@ &__reset { color: #000000; - font-size: 13px; + font-size: 15px; line-height: 16px; cursor: pointer; text-decoration: underline; @@ -208,7 +208,7 @@ span { cursor: pointer; - color: #52B709; + color: #52b709; font-weight: 700; } } diff --git a/src/components/Common/AuthHeader/AuthHeader.jsx b/src/components/Common/AuthHeader/AuthHeader.jsx index b1e6c9bb..8c35bc12 100644 --- a/src/components/Common/AuthHeader/AuthHeader.jsx +++ b/src/components/Common/AuthHeader/AuthHeader.jsx @@ -35,14 +35,7 @@ export const AuthHeader = () => {
  • - { - e.preventDefault(); - scrollToForm(); - }} - > - Трекер - + Трекер
  • diff --git a/src/pages/Tracker/Tracker.jsx b/src/pages/Tracker/Tracker.jsx index 74135eff..73ef2440 100644 --- a/src/pages/Tracker/Tracker.jsx +++ b/src/pages/Tracker/Tracker.jsx @@ -317,7 +317,8 @@ export const Tracker = () => {
    - {task.title} +

    {task.title}

    +
    { toggleDescTask(e); diff --git a/src/pages/Tracker/tracker.scss b/src/pages/Tracker/tracker.scss index f74c642b..d97b19fe 100644 --- a/src/pages/Tracker/tracker.scss +++ b/src/pages/Tracker/tracker.scss @@ -1611,12 +1611,20 @@ gap: 10px; align-items: center; transition: 0.4s; + max-width: 350px; + + p { + text-overflow: ellipsis; + white-space: nowrap; + overflow: hidden; + } div { cursor: pointer; width: 15px; - height: 15px; + min-width: 15px; + min-height: 15px; display: flex; background-color: #000; align-items: center;