mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-03 23:11:14 -03:00
Webconfig: Go to small-screen mode earlier
Since the color previews are now wider, we had quite a wide range where there would only be one. Remove the border around the content earlier so windows with 1000px width still get two previews in a row. (making the text shorter would also be an option here)
This commit is contained in:
@@ -622,7 +622,7 @@ img.delete_icon {
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 800px) {
|
||||
@media screen and (max-width: 1000px) {
|
||||
/* On small screens remove the margins to leave more for the actual content */
|
||||
body {
|
||||
width: 100%;
|
||||
|
||||
Reference in New Issue
Block a user