-
Notifications
You must be signed in to change notification settings - Fork 18
Custom CSS snippets
lunachik edited this page Jul 17, 2012
·
3 revisions
With CustomCSS you can alter the behavior or display of libertree.
To use any of the snippets copy some or all of the snippets into your CustomCSS field in your account settings.
[NOTE: this is now default behaviour]
.excerpt img:hover {
max-height: 100%;
max-width: 640px;
}
.bg { background: #cceedd; }
set a maximum height for the chat dropdown (keep the chat input field from dropping below the bottom of the page)
#chat-window .logs .log .messages {
max-height: 250px; }