Admin styling

This commit is contained in:
Jeremy Ruston 2024-01-18 21:48:09 +00:00
parent 2f09c32d2d
commit 82fae45656
2 changed files with 17 additions and 0 deletions

View File

@ -8,9 +8,19 @@ title: MultiWikiServer Administration
<a href={{{ [{!!recipe-name}addprefix[/wiki/]] }}} rel="noopener noreferrer" target="_blank">
<$text text={{!!recipe-name}}/>
</a>
<ol>
<$list filter="[list<currentTiddler>]">
<li>
<$text text=<<currentTiddler>>/>
</li>
</$list>
</ol>
</li>
</$list>
</ul>
<div>
Higher numbered bags take priority if a tiddler with the same title is in more than one bag
</div>
<h1>Bags</h1>
<ul>
<$list filter="[prefix[$:/state/multiwikiserver/bags/]]">

View File

@ -3,3 +3,10 @@ tags: $:/tags/Stylesheet
\rules only filteredtranscludeinline transcludeinline macrodef macrocallinline macrocallblock
/*
Styles specific to the full screen layout
*/
.mws-admin-layout {
padding: 1rem;
}