mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-27 03:57:21 +00:00
Fixed problem with positioning of the sidebar in the centralised theme
This commit is contained in:
parent
954901d788
commit
f2409d4245
@ -5,11 +5,11 @@ tags: [[$:/tags/stylesheet]]
|
||||
|
||||
@media (min-width: 770px) {
|
||||
|
||||
.tw-page-container {
|
||||
html .tw-page-container {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.story-river {
|
||||
html .story-river {
|
||||
position: relative;
|
||||
width: 770px;
|
||||
padding: 42px;
|
||||
@ -17,7 +17,7 @@ tags: [[$:/tags/stylesheet]]
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.sidebar-header {
|
||||
html .sidebar-header {
|
||||
text-align: left;
|
||||
left: 50%;
|
||||
right: 0;
|
||||
|
Loading…
Reference in New Issue
Block a user