1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-08-31 01:48:02 +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:
Mario Pietsch
2021-03-29 17:45:12 +02:00
committed by GitHub
parent 860568136f
commit 55e44a9554

View File

@@ -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;