mirror of
https://github.com/evennia/evennia.git
synced 2026-03-19 06:16:31 +01:00
Make the docs site basically responsive, by using flexbox instead of floats for the sidebar and allowing it to take up 100% width when the screen width is less than 480px
This commit is contained in:
parent
f5f7871b32
commit
6f212974c8
4 changed files with 26 additions and 24 deletions
|
|
@ -48,9 +48,7 @@ div.sphinxsidebarwrapper {
|
|||
}
|
||||
|
||||
div.sphinxsidebar {
|
||||
float: left;
|
||||
width: 230px;
|
||||
margin-left: -100%;
|
||||
width: 21%;
|
||||
font-size: 90%;
|
||||
word-wrap: break-word;
|
||||
overflow-wrap : break-word;
|
||||
|
|
@ -72,7 +70,7 @@ div.sphinxsidebar ul ul {
|
|||
}
|
||||
|
||||
div.sphinxsidebar form {
|
||||
margin-top: 10px;
|
||||
margin: 10px 0;
|
||||
}
|
||||
|
||||
div.sphinxsidebar input {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue