1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-16 10:29:54 +00:00

Adjust tiddler shadows

Previously the shadow was to the bottom right. When tiddlers overlap
(as with the stacked storyview) it makes them “pop” more if the shadow
extends round all sides of the tiddler.
This commit is contained in:
Jermolene 2015-02-23 11:21:32 +01:00
parent 122a6f043d
commit 682cfebe73

View File

@ -26,7 +26,7 @@ tags: [[$:/tags/Stylesheet]]
@media screen {
.tc-tiddler-frame {
<<box-shadow "5px 5px 5px rgba(0, 0, 0, 0.1)">>
<<box-shadow "0px 0px 5px rgba(0, 0, 0, 0.3)">>
}
}