mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-29 12:17:49 +02:00
Console: migrate service tunnel sub-sections to collapsibles
This commit is contained in:
parent
effc14aed8
commit
7c52c9b4bb
2 changed files with 51 additions and 23 deletions
|
@ -509,7 +509,7 @@ th.sectiontitle, .sectiontitle {
|
|||
display: inline-block;
|
||||
white-space: nowrap;
|
||||
line-height: 1.6;
|
||||
font-size: 98%;
|
||||
font-size: 11.5pt;
|
||||
border: 1px solid var(--button-border);
|
||||
border-top: none;
|
||||
border-radius: 0 0 4px 4px;
|
||||
|
@ -1234,9 +1234,9 @@ input[type=checkbox]:checked + label::after {
|
|||
padding: 1px 3px;
|
||||
}
|
||||
|
||||
.chrome a.button {
|
||||
min-width: 40px;
|
||||
}
|
||||
.chrome a.button {
|
||||
min-width: 40px;
|
||||
}
|
||||
|
||||
.b32, .listitem a[href*="local_destination&b32"] {
|
||||
max-width: 300px;
|
||||
|
@ -1265,6 +1265,10 @@ input[type=checkbox]:checked + label::after {
|
|||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.sectiontitle span {
|
||||
font-size: 10.5pt;
|
||||
}
|
||||
|
||||
@media screen and (-webkit-min-device-pixel-ratio: 1.5) {
|
||||
body {
|
||||
font-size: 12pt !important;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue