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. Overlapping tiddlers
look better if the shadow seeps out from each of the sides of the
tiddler
This commit is contained in:
Jermolene 2015-02-23 11:27:17 +01:00
parent d7c0bda15d
commit 23981bc2fd

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 "1px 1px 5px rgba(0, 0, 0, 0.3)">>
}
}