Skip to content

Commit 1529afe

Browse files
committed
Restore tabbing
1 parent 1d79d54 commit 1529afe

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

web/css/src/themes/default.css

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2428,18 +2428,18 @@ body.mobile .l-icon-shortcuts {
24282428
cursor: pointer;
24292429
text-decoration: underline;
24302430
margin: 6px 0px 2px 2px;
2431-
width: 15px;
2431+
width: 20px;
24322432
float: left;
24332433
}
24342434

24352435
.spinner {
24362436
-webkit-mask-box-image: -webkit-radial-gradient(
24372437
center,ellipse cover, rgba(0,0,0,1) 68%, rgba(0,0,0,0) 69.5%);
24382438
background: #eee;
2439-
width: 14px;
2440-
height: 14px;
2439+
width: 20x;
2440+
height: 20px;
24412441
position: relative;
2442-
margin: 6px 0px 2px 2px;
2442+
margin: 4px 0px 2px 2px;
24432443

24442444
}
24452445

@@ -2448,7 +2448,7 @@ body.mobile .l-icon-shortcuts {
24482448
top: 0;
24492449
left: 0;
24502450
background: transparent;
2451-
border-width: 7px;
2451+
border-width: 10px;
24522452
width: 0;
24532453
height: 0;
24542454
border-style: solid;
@@ -2463,7 +2463,7 @@ body.mobile .l-icon-shortcuts {
24632463
top: 0px;
24642464
left: 0px;
24652465
background: transparent;
2466-
border-width: 7px;
2466+
border-width: 10px;
24672467
width: 0;
24682468
height: 0;
24692469
border-style: solid;
@@ -2480,7 +2480,7 @@ body.mobile .l-icon-shortcuts {
24802480
top: 0px;
24812481
left: 0px;
24822482
background: transparent;
2483-
border-width:7px;
2483+
border-width:10px;
24842484
width: 0;
24852485
height: 0;
24862486
border-style: solid;

0 commit comments

Comments
 (0)