mirror of
https://github.com/Sped0n/bridget.git
synced 2026-04-21 13:39:30 -07:00
prevent webkit from partly repainting the frame
This commit is contained in:
@@ -7,6 +7,8 @@
|
|||||||
opacity: 1;
|
opacity: 1;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
// prevent webkit from partly repainting the frame
|
||||||
|
box-shadow: 0 0 1px rgba(0, 0, 0, 0.05);
|
||||||
|
|
||||||
img {
|
img {
|
||||||
max-height: 55vmin;
|
max-height: 55vmin;
|
||||||
|
|||||||
Reference in New Issue
Block a user