Skip to content

Commit 2c50412

Browse files
committed
Fixes the unprefixed gradient declaration
1 parent b52274d commit 2c50412

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/viewer.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ html[dir='rtl'] #sidebarContent {
344344
height: 100%;
345345
width: 50px;
346346

347-
background-image: linear-gradient(left, #999 0%, #fff 50%, #999 100%);
347+
background-image: linear-gradient(to right, #999 0%, #fff 50%, #999 100%);
348348
background-size: 100% 100% no-repeat;
349349

350350
-moz-animation: progressIndeterminate 2s linear infinite;

0 commit comments

Comments
 (0)