mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-12-24 17:10:29 +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:
parent
d7c0bda15d
commit
23981bc2fd
@ -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)">>
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user