X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fshared%2Fshared-instance%2Finstance-features-table.component.scss;h=bfae0c112f6b3daacd2d298e46f70cc86c112bda;hb=4c8a099198cd3af049847df91140735354b85a92;hp=d8efd8cdf4aeeed5e874038ab473439fb6520ef8;hpb=cf21b2cbef61929177b9c09b5e017c3b7eb8535d;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/shared/shared-instance/instance-features-table.component.scss b/client/src/app/shared/shared-instance/instance-features-table.component.scss index d8efd8cdf..bfae0c112 100644 --- a/client/src/app/shared/shared-instance/instance-features-table.component.scss +++ b/client/src/app/shared/shared-instance/instance-features-table.component.scss @@ -4,6 +4,7 @@ table { font-size: 14px; color: pvar(--mainForegroundColor); + width: 100%; .label, .sub-label { @@ -24,16 +25,22 @@ table { } } + th, td { - vertical-align: middle; + padding: 0.75rem; + border-top: 1px solid #dee2e6; } caption { caption-side: top; - font-size: 15px; font-weight: $font-semibold; color: pvar(--mainForegroundColor); } -} - + .plugin, + .theme { + &:not(:last-child)::after { + content: '•'; + } + } +}