Skip to content

Maciej Mikrut

My feedback

4 results found

  1. 22 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    Maciej Mikrut commented  · 

    I have found a temporary solution that works for me, although its not perfect. (thanks to amazing AI tool called chatGPT, i just asked the question !!)
    Anyway, this works in google Chrome, but it is not for the faint hearted:
    1. open chrome developers console
    2. enter follwing code:

    // hide breadcrubs, I dont use it - change display to none

    document.querySelectorAll('.TaskItem__breadcrumbs').forEach(function(element) {
    element.style.display = 'none';
    });

    // change padding
    const taskItemThemeCards = document.querySelectorAll('.TaskItem--themeCard');

    taskItemThemeCards.forEach(card => { card.style.padding = '0'; });

    // change var(--section-pane-width) to 0
    const variableName = '--section-pane-width';

    // Select the element where the variable is defined
    const rootElement = document.querySelector('html');

    // Get the current value of the variable
    //const currentValue = rootElement.style.getPropertyValue(variableName);

    // Assign a new value to the variable
    rootElement.style.setProperty(variableName, '500');

    Maciej Mikrut shared this idea  · 
  2. 6 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    Maciej Mikrut supported this idea  · 
  3. 6 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    Maciej Mikrut supported this idea  · 
  4. 16 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    Maciej Mikrut supported this idea  · 

Feedback and Knowledge Base