mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
Fix graphs not taking up full width
This commit is contained in:
parent
a05174b411
commit
2860ee1424
1 changed files with 2 additions and 0 deletions
|
@ -58,6 +58,8 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
|||
display: grid;
|
||||
gap: 1em;
|
||||
grid-template-columns: repeat(3, minmax(0, 1fr));
|
||||
// required on Safari to stretch whole width
|
||||
width: 100vw;
|
||||
|
||||
@media only screen and (max-width: 1400px) {
|
||||
grid-template-columns: 50% 50%;
|
||||
|
|
Loading…
Reference in a new issue