TiiaAurora / LS-public-issue-tracker

This repository is for collecting bugs and suggestions for the LeapStone Lost Ark Tracker
0 stars 0 forks source link

Reinstate the ability to resize the custom note sections. #45

Closed seangay closed 2 years ago

seangay commented 2 years ago

It used to be possible to resize the custom notes. It seems that the following CSS selector has been added... if you disable it via dev tools I can get it back, but I have to remember to do that each time I refresh..

textarea.svelte-1xh998w {
    min-height: -webkit-min-content;
    min-height: -moz-min-content;
    min-height: min-content;
    width: 100%;
    /* resize: none; */
    padding: 0.25rem 0.75rem;
    line-height: 1.375;
}
TiiaAurora commented 2 years ago

Unfortunately that clashes with #39 asking for making the note size responsive to the content. May I ask what's your usecase?

TiiaAurora commented 2 years ago

Closed for now due to inactivity.