mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2025-12-06 02:30:46 -08:00
HireJeremy: Tweaks
This commit is contained in:
parent
37e09d1c25
commit
8cd3d4e22c
1 changed files with 4 additions and 2 deletions
|
|
@ -100,11 +100,13 @@ type: text/vnd.tiddlywiki
|
|||
.yellow-note-sidebar .yellow-note {
|
||||
padding: 0.5em;
|
||||
margin: 1em 0;
|
||||
transform: rotate(-0.9deg) scale(0.95);
|
||||
transform: perspective(600px) rotateX(10deg) rotateY(5deg) scale(0.9);
|
||||
transform-style: preserve-3d;
|
||||
}
|
||||
|
||||
.yellow-note-sidebar:hover .yellow-note {
|
||||
transform: rotate(0deg) scale(1);
|
||||
transform: perspective(900px) rotateX(5deg) rotateY(10deg) scale(0.95);
|
||||
transform-style: preserve-3d;
|
||||
}
|
||||
|
||||
.yellow-note-sidebar:hover a {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue