Skip to content
Snippets Groups Projects
Commit d1a9284b authored by Bob Mottram's avatar Bob Mottram
Browse files

Scaling for settings screen

parent dd594529
No related branches found
No related tags found
No related merge requests found
......@@ -72,7 +72,7 @@ Up to a maximum of ten users may be added via the users screen. It's advisable t
If you're an advanced GNU/Linux user then you might want to enable secure shell logins from the settings screen. You'll need to supply an ssh public key if you do.
#+attr_html: :width 70% :align center
[[file:images/fbone_settings.png]]
[[file:images/fbone_settings.jpg]]
The admin menu is primarily meant only to be accessed from within your home network, but it can also be accessed remotely with a [[https://www.torproject.org/][Tor browser]] via an onion address which can be found by selecting the Freedombone logo on the initial menu screen.
......
img/fbone_settings.jpg

95.1 KiB

img/fbone_webui_mobile.jpg

36.9 KiB | W: | H:

img/fbone_webui_mobile.jpg

87.2 KiB | W: | H:

img/fbone_webui_mobile.jpg
img/fbone_webui_mobile.jpg
img/fbone_webui_mobile.jpg
img/fbone_webui_mobile.jpg
  • 2-up
  • Swipe
  • Onion skin
......@@ -62,19 +62,19 @@
vertical-align: middle;
}
@media screen and (max-width: 800px) {
@media screen and (min-width: 400px) {
.column {
-ms-flex: 50%;
flex: 50%;
max-width: 50%;
-ms-flex: 25%;
flex: 25%;
max-width: 25%;
}
}
@media screen and (max-width: 200px) {
@media screen and (max-width: 400px) {
.column {
-ms-flex: 100%;
flex: 100%;
max-width: 100%;
-ms-flex: 50%;
flex: 50%;
max-width: 50%;
}
}
</style>
......
......@@ -62,19 +62,19 @@
vertical-align: middle;
}
@media screen and (max-width: 800px) {
@media screen and (min-width: 400px) {
.column {
-ms-flex: 50%;
flex: 50%;
max-width: 50%;
-ms-flex: 25%;
flex: 25%;
max-width: 25%;
}
}
@media screen and (max-width: 200px) {
@media screen and (max-width: 400px) {
.column {
-ms-flex: 100%;
flex: 100%;
max-width: 100%;
-ms-flex: 50%;
flex: 50%;
max-width: 50%;
}
}
</style>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment