mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-08 10:59:57 +00:00
7f3000aaae
The old behaviour meant that resizing the base font resized every page element in proportion. The new behaviour makes the text resize within a fixed layout, so that one can alter the number of characters displayed on each line of a tiddler. The old behaviour can usually be emulated by using the browser page zoom tool.
27 lines
443 B
Plaintext
27 lines
443 B
Plaintext
title: $:/themes/tiddlywiki/centralised/styles.tid
|
|
tags: [[$:/tags/stylesheet]]
|
|
|
|
\rules only filteredtranscludeinline transcludeinline macrodef macrocallinline
|
|
|
|
@media (min-width: 770px) {
|
|
|
|
.tw-page-container {
|
|
text-align: center;
|
|
}
|
|
|
|
.story-river {
|
|
position: relative;
|
|
width: 770px;
|
|
padding: 42px;
|
|
margin: 0 auto;
|
|
text-align: left;
|
|
}
|
|
|
|
.sidebar-header {
|
|
text-align: left;
|
|
left: 50%;
|
|
right: 0;
|
|
padding-left: 413px;
|
|
}
|
|
}
|