mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2025-12-31 14:23:01 -08: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:
parent
122a6f043d
commit
682cfebe73
1 changed files with 1 additions and 1 deletions
|
|
@ -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)">>
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue