cccthats3cs 14 Posted ... A few days ago I noticed that my 3rd device on the sessions page was moved below the first 2, and on the servers page there are now 2 columns instead of 3. My zoom level is unchanged and this is happening on both Firefox and Chrome. Can someone please confirm if this was intended? I much prefer the old layout with more information on screen at once. Thanks Quote Share this post Link to post
OpenSourcerer 1435 Posted ... 20 hours ago, cccthats3cs said: A few days ago I noticed that my 3rd device on the sessions page was moved below the first 2 Nothing strange, I'd say, if the third device reconnected. But I don't know how it's sorted; I very rarely have more than one session active. 20 hours ago, cccthats3cs said: and on the servers page there are now 2 columns instead of 3 Can confirm those small updates to the website layout. Quote Hide OpenSourcerer's signature Hide all signatures NOT AN AIRVPN TEAM MEMBER. USE TICKETS FOR PROFESSIONAL SUPPORT. LZ1's New User Guide to AirVPN « Plenty of stuff for advanced users, too! Want to contact me directly? All relevant methods are on my About me page. Share this post Link to post
fishbasketballaries 17 Posted ... (edited) Here's a simple userstyle to shorten the width of the server "card" (as the CSS calls it). Install it with Stylus. With this, I can view 3 session columns on one row on my 1920x1080 display. /* ==UserStyle== @name airvpn fix @namespace github.com/openstyles/stylus @version 1.0.0 @author https://airvpn.org/profile/579908-fishbasketballaries/ ==/UserStyle== */ @-moz-document regexp("https:\/\/airvpn\.(org|dev|info).*\/") { .air_card_server { width:22em; box-shadow:0 0 .3em rgba(0,0,0,0.3); background-color:#fff } } Edit: I just noticed the /status page was changed to only fit 2 servers per row, so I've altered the above userstyle to apply sitewide. The amount of servers shown in one row will depend on your browser viewport size. Edited ... by fishbasketballaries update userstyle 1 OpenSourcerer reacted to this Quote Share this post Link to post