1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-09-11 23:36:05 +00:00

these changes remove most of the <p> tags from the right sidebar, without changing the layout too much. The tab buttons are a little bit higher but this will be adjusted with the next CSS tweaks.

This commit is contained in:
Mario Pietsch
2014-04-09 21:12:10 +02:00
parent 5821165ec5
commit 70a2db34d1
4 changed files with 55 additions and 64 deletions

View File

@@ -368,6 +368,10 @@ a.tw-tiddlylink-external:hover {
width: 60%;
}
.tw-search {
padding-top: .5em;
}
.tw-search a svg {
height: 0.75em;
}
@@ -449,7 +453,7 @@ a.tw-tiddlylink-external:hover {
overflow-x: auto;
-webkit-overflow-scrolling: touch;
margin: 0 0 0 -42px;
padding: 70px 0 28px 42px;
padding: 99px 0 28px 42px;
}
.story-river {