Skip to content

Commit

Permalink
update max-width
Browse files Browse the repository at this point in the history
  • Loading branch information
nazarpunk committed Jul 7, 2024
1 parent 59e72b5 commit 1f71378
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 18 deletions.
2 changes: 2 additions & 0 deletions Writerside/cfg/buildprofiles.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@

<webmaster>[email protected]</webmaster>
<og-image>https://repository-images.githubusercontent.com/792021259/4ab9ba19-b3d6-4249-a2bb-165f444d3981</og-image>

<include-after-body>include-after-body.html</include-after-body>
</variables>
<footer>

Expand Down
9 changes: 9 additions & 0 deletions Writerside/cfg/include-after-body.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<style>
:root {
--wh-max-width-content : none;
--wh-max-width-l : none;
}
.prompt {
max-width : none;
}
</style>
17 changes: 0 additions & 17 deletions Writerside/redirection-rules.xml

This file was deleted.

3 changes: 2 additions & 1 deletion Writerside/topics/framework-group.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ void main(){

Добавляет в группу одного или несколько <tooltip term="unit">юнитов</tooltip>.

<br/>
<br/>

```C++
Expand All @@ -49,7 +50,7 @@ Group@ insert(string unitname, uint limit = 0)

Все <tooltip term="unit">юниты</tooltip> с именем `unitname` будут добавлены в группу.

> Узнать `unitname` можно в `units.slk`.
> Узнать `unitname` можно в `units.slk`.
<br/>

Expand Down

0 comments on commit 1f71378

Please sign in to comment.