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:
parent
c651f5b10f
commit
5bb5977a47
2 changed files with 2 additions and 2 deletions
|
@ -1041,7 +1041,7 @@ a[data-flickr-embed] img {
|
|||
}
|
||||
|
||||
table.body .kg-bookmark-card {
|
||||
width: 90vw !important;
|
||||
width: 90vw;
|
||||
}
|
||||
|
||||
table.body .kg-bookmark-thumbnail {
|
||||
|
|
|
@ -994,7 +994,7 @@ a[data-flickr-embed] img {
|
|||
}
|
||||
|
||||
table.body .kg-bookmark-card {
|
||||
width: 90vw !important;
|
||||
width: 90vw;
|
||||
}
|
||||
|
||||
table.body .kg-bookmark-thumbnail {
|
||||
|
|
Loading…
Add table
Reference in a new issue