mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-29 04:07:49 +02:00
Console: bump up size of tunnel role icons
This commit is contained in:
parent
6a9d136902
commit
5b89578896
1 changed files with 6 additions and 6 deletions
|
@ -653,9 +653,9 @@ td:last-child {
|
||||||
}
|
}
|
||||||
|
|
||||||
.role {
|
.role {
|
||||||
margin-left: 4px;
|
margin: -2px 3px -2px 4px;
|
||||||
width: 20px;
|
width: 24px;
|
||||||
height: 20px;
|
height: 24px;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
font-size: 0;
|
font-size: 0;
|
||||||
|
@ -666,15 +666,15 @@ td:last-child {
|
||||||
}
|
}
|
||||||
|
|
||||||
.ibgw {
|
.ibgw {
|
||||||
background: var(--ibgw) no-repeat center center / 20px;
|
background: var(--ibgw) no-repeat center center / 24px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.obep {
|
.obep {
|
||||||
background: var(--obep) no-repeat center center / 20px;
|
background: var(--obep) no-repeat center center / 24px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ptcp {
|
.ptcp {
|
||||||
background: var(--ptcp) no-repeat center center / 20px;
|
background: var(--ptcp) no-repeat center center / 24px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.arrowright, .arrowleft, .arrowleftright, .arrowup, .arrowdown {
|
.arrowright, .arrowleft, .arrowleftright, .arrowup, .arrowdown {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue