Thought I'd just slide these lil' tweaks here. :3 I've been using them last night and they SEEM to be good. Least they are in Firefox stylish.
I don't like the height of the plurks on the timeline, it's a bit text overload so this narrows em' down until to rollover/click on them with the mouse:
Other thing here is old code I figured out ages back and somehow is still working o.O And doesn't seem to need the other bit that used to go with it... This changes the width of the plurk chat box, cause I hated the super wide plurks. I have it set pretty close to the size of a moused over plurk... but obviously that can be played with:
no subject
I don't like the height of the plurks on the timeline, it's a bit text overload so this narrows em' down until to rollover/click on them with the mouse:
#timeline_cnt .text_holder {
max-height: 1.4em !important;
}
Other thing here is old code I figured out ages back and somehow is still working o.O And doesn't seem to need the other bit that used to go with it... This changes the width of the plurk chat box, cause I hated the super wide plurks. I have it set pretty close to the size of a moused over plurk... but obviously that can be played with:
#timeline_cnt .plurk_box {
width: 388px !important;
}