mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2026-05-05 05:01:32 +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:
@@ -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)">>
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user