1
0
mirror of https://github.com/XFox111/TabsAsideExtension.git synced 2026-04-22 07:58:01 +03:00

Added thumbnails to saved tabs

This commit is contained in:
Michael Gordeev
2020-04-05 13:05:29 +03:00
parent aa94820ac3
commit a2c2d16f88
4 changed files with 45 additions and 5 deletions
+2
View File
@@ -191,6 +191,8 @@
background-color: #c2c2c2 !important;
background-image: url("chrome-extension://__MSG_@@extension_id__/images/tab_thumbnail.png");
background-size: cover !important;
background-position-x: center !important;
display: inline-grid !important;
grid-template-rows: 1fr auto !important;