kwicks icon indicating copy to clipboard operation
kwicks copied to clipboard

How can I make the width of 'kwicks-selected' element 100%

Open keyvan-m-sadeghi opened this issue 9 years ago • 3 comments

Hi @jmar777, Nice plug-in you have here! I was wondering if it is possible to expand the 'kwicks-selected' element to fill the entire window. I've tried

.kwicks > li.kwicks-selected { width: 100% !important; }

but it didn't do the trick. Is it possible to get this effect?

keyvan-m-sadeghi avatar Jul 12 '14 16:07 keyvan-m-sadeghi

@keyvan-m-sadeghi does the kwicks container element fill the entire window as well?

jmar777 avatar Jul 14 '14 01:07 jmar777

Hi @jmar777

Yes, it does. The hover functions as I desire, but I'd like to increase the size of each element to full width (%100 on click). It'd be a nice feature to have, I could help adding this functionality if you point me at the code that handles this part.

Cheers, K

keyvan-m-sadeghi avatar Jul 16 '14 09:07 keyvan-m-sadeghi

To clarify, I would like to have the default (%40 for four elements) for the size of each element on hover and %100 when the item is selected (on click)

keyvan-m-sadeghi avatar Jul 16 '14 09:07 keyvan-m-sadeghi