mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-04-10 04:36:38 +00:00
This PR add tc-tiny-gap-xxx to the vanilla theme. It is similar to and should replace it. (#5574)
This commit is contained in:
parent
860568136f
commit
55e44a9554
@ -2946,6 +2946,19 @@ select {
|
||||
** Other utility classes
|
||||
*/
|
||||
|
||||
.tc-tiny-gap {
|
||||
margin-left: .25em;
|
||||
margin-right: .25em;
|
||||
}
|
||||
|
||||
.tc-tiny-gap-left {
|
||||
margin-left: .25em;
|
||||
}
|
||||
|
||||
.tc-tiny-gap-right {
|
||||
margin-right: .25em;
|
||||
}
|
||||
|
||||
.tc-small-gap {
|
||||
margin-left: .5em;
|
||||
margin-right: .5em;
|
||||
|
Loading…
x
Reference in New Issue
Block a user