0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-04-15 03:01:37 -05:00

Fixed issue with bookmark cards width on Android

no refs.

- On Android Gmail client the bookmark cards were not taking the full width of the screen
This commit is contained in:
Peter Zimon 2023-02-14 14:31:16 +01:00
parent c651f5b10f
commit 5bb5977a47
2 changed files with 2 additions and 2 deletions

View file

@ -1041,7 +1041,7 @@ a[data-flickr-embed] img {
}
table.body .kg-bookmark-card {
width: 90vw !important;
width: 90vw;
}
table.body .kg-bookmark-thumbnail {

View file

@ -994,7 +994,7 @@ a[data-flickr-embed] img {
}
table.body .kg-bookmark-card {
width: 90vw !important;
width: 90vw;
}
table.body .kg-bookmark-thumbnail {