mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-01-20 22:53:00 +08:00
webconfig: Make a bit nicer on smaller screens
Actually remove the margins, distribute the color choices evenly and switch to small mode a bit earlier.
This commit is contained in:
parent
48acd316c8
commit
e57c998d4c
|
@ -452,6 +452,7 @@ code {
|
|||
|
||||
.color_scheme_choice_container {
|
||||
padding: 5px;
|
||||
flex-grow: 1;
|
||||
}
|
||||
|
||||
.fake_cursor {
|
||||
|
@ -617,13 +618,17 @@ img.delete_icon {
|
|||
cursor: default;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 700px) {
|
||||
@media screen and (max-width: 800px) {
|
||||
/* On small screens remove the margins to leave more for the actual content */
|
||||
body {
|
||||
width: 100%;
|
||||
margin: 0 0 0 0;
|
||||
}
|
||||
|
||||
#ancestor {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#parent {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user