There was an error while loading. Please reload this page.
1 parent 067305a commit 0216debCopy full SHA for 0216deb
1 file changed
includes/header.php
@@ -220,13 +220,14 @@ function isMobile() {
220
.repository-package > div:first-child {
221
padding-top: calc(0.5em + 0.5px);
222
}
223
- .repository-package.abandoned > div:first-child::after {
+ .repository-package.abandoned > div:first-child::before {
224
background-color: #ffba10;
225
color: black;
226
content: "abandoned";
227
height: 1rem;
228
padding: 4px;
229
- position: absolute;
+ position: relative;
230
+ left: 39px; /*calc(150px / 2 - 72px / 2)*/
231
232
@media only screen and (max-width: 540px) {
233
.repository-package {
0 commit comments