Browse Source

better css

Signed-off-by: falkTX <falktx@falktx.com>
master
falkTX 6 months ago
parent
commit
7f127f775a
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      includes/header.php

+ 4
- 0
includes/header.php View File

@@ -222,7 +222,11 @@ function isMobile() {
} }
.repository-package.abandoned::after { .repository-package.abandoned::after {
background-color: #ffba10; background-color: #ffba10;
color: black;
content: "abandoned"; content: "abandoned";
height: 1rem;
padding: 4px;
position: absolute;
} }
@media only screen and (max-width: 540px) { @media only screen and (max-width: 540px) {
.repository-package { .repository-package {


Loading…
Cancel
Save