mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
style: Adjust search content width to realign items
- default max-width doesn't align with new padding, fixed by tweaking Closes: https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/7389 Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3175>
This commit is contained in:
parent
bb918fff3c
commit
40376d90fd
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@
|
|||
}
|
||||
|
||||
#searchResultsContent {
|
||||
max-width: 1072px;
|
||||
max-width: 1044px;
|
||||
}
|
||||
|
||||
// search results sections "the boxes"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue