1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-11-27 03:57:21 +00:00

Revert changes to core styles

This commit is contained in:
Jeremy Ruston 2024-10-06 16:59:26 +01:00
parent 61da3a41eb
commit 3e6c794562

View File

@ -1075,7 +1075,7 @@ button.tc-btn-invisible.tc-remove-tag-button {
.tc-tiddler-frame { .tc-tiddler-frame {
position: relative; position: relative;
margin-bottom: 14px; margin-bottom: 28px;
background-color: <<colour tiddler-background>>; background-color: <<colour tiddler-background>>;
border: 1px solid <<colour tiddler-border>>; border: 1px solid <<colour tiddler-border>>;
} }
@ -1127,18 +1127,18 @@ button.tc-btn-invisible.tc-remove-tag-button {
@media (max-width: <<sidebarbreakpoint-minus-one>>) { @media (max-width: <<sidebarbreakpoint-minus-one>>) {
.tc-tiddler-frame { .tc-tiddler-frame {
padding: 7px 7px 7px 7px; padding: 14px 14px 14px 14px;
margin-bottom: .5em; margin-bottom: .5em;
} }
.tc-tiddler-info { .tc-tiddler-info {
margin: 0 -7px 0 -7px; margin: 0 -14px 0 -14px;
} }
} }
@media (min-width: <<sidebarbreakpoint>>) { @media (min-width: <<sidebarbreakpoint>>) {
.tc-tiddler-frame { .tc-tiddler-frame {
padding: 14px 21px 21px 21px; padding: 28px 42px 42px 42px;
width: {{$:/themes/tiddlywiki/vanilla/metrics/tiddlerwidth}}; width: {{$:/themes/tiddlywiki/vanilla/metrics/tiddlerwidth}};
border-radius: 2px; border-radius: 2px;
} }
@ -1175,8 +1175,8 @@ button.tc-btn-invisible.tc-remove-tag-button {
} }
.tc-tiddler-title-icon svg { .tc-tiddler-title-icon svg {
width: 0.8em; width: 0.9em;
height: 0.8em; height: 0.9em;
} }
.tc-system-title-prefix { .tc-system-title-prefix {
@ -1184,12 +1184,12 @@ button.tc-btn-invisible.tc-remove-tag-button {
} }
.tc-titlebar h2 { .tc-titlebar h2 {
font-size: 0.8em; font-size: 1em;
display: inline; display: inline;
} }
.tc-titlebar img { .tc-titlebar img {
height: 0.8em; height: 1em;
} }
.tc-subtitle { .tc-subtitle {