- NEW "plugin API" for custom UI modules, closed #913 - NEW live "Killstream" for killboard module, closed #909 - NEW "custom layout" UI settings, closed #470
17 lines
274 B
SCSS
17 lines
274 B
SCSS
.pf-connection-info-module {
|
|
|
|
.pf-module-body {
|
|
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
|
|
}
|
|
|
|
.pf-connection-info-table {
|
|
width: 100%;
|
|
font-size: 10px;
|
|
|
|
td {
|
|
.fa-plus {
|
|
@extend .pf-dialog-icon-button;
|
|
}
|
|
}
|
|
}
|
|
} |