Update gems and npm packages

This commit is contained in:
Christoph Haas 2026-05-21 22:32:32 +02:00
parent d0402a3497
commit 1465733d64
4 changed files with 230 additions and 231 deletions

View file

@ -252,6 +252,9 @@ select {
max-width: none !important;
}
[data-whatinput=mouse] button {
outline: 0;
}
button {
padding: 0;
appearance: none;
@ -261,9 +264,6 @@ button {
line-height: 1;
cursor: auto;
}
[data-whatinput=mouse] button {
outline: 0;
}
pre {
overflow: auto;
@ -4874,6 +4874,9 @@ select {
max-width: none !important;
}
[data-whatinput=mouse] button {
outline: 0;
}
button {
padding: 0;
appearance: none;
@ -4883,9 +4886,6 @@ button {
line-height: 1;
cursor: auto;
}
[data-whatinput=mouse] button {
outline: 0;
}
pre {
overflow: auto;
@ -6983,10 +6983,6 @@ a.black {
overflow: hidden;
}
.packagepage {
/* Description of a screenshot (e.g. the situation when the screenshot was taken) */
/* Status of a screenshot (e.g. if it has to be moderated) */
}
.packagepage h1 {
margin: 0 0 0 0;
}
@ -6995,6 +6991,9 @@ a.black {
margin: 0 0 0.5rem 0;
color: #808080;
}
.packagepage {
/* Description of a screenshot (e.g. the situation when the screenshot was taken) */
}
.packagepage .imgcaption {
text-align: center;
display: inline-block;
@ -7003,6 +7002,9 @@ a.black {
overflow: hidden;
text-overflow: ellipsis;
}
.packagepage {
/* Status of a screenshot (e.g. if it has to be moderated) */
}
.packagepage .imgstatus {
text-align: center;
font-style: italic;
@ -7130,16 +7132,6 @@ a.black {
}
/* Grid view */
.pkgcard {
margin-bottom: 20px;
display: table;
background: #ffffff;
border: 1px solid #e0e0e0;
box-shadow: 0px 0px 5px 2px rgba(189, 189, 189, 0.5);
padding: 5px;
margin-left: auto;
margin-right: auto;
}
.pkgcard .image {
height: 260px;
background: #e0e0e0;
@ -7160,6 +7152,16 @@ a.black {
word-break: break-word;
overflow-wrap: anywhere;
}
.pkgcard {
margin-bottom: 20px;
display: table;
background: #ffffff;
border: 1px solid #e0e0e0;
box-shadow: 0px 0px 5px 2px rgba(189, 189, 189, 0.5);
padding: 5px;
margin-left: auto;
margin-right: auto;
}
.pkgcard.unapproved {
background: repeating-linear-gradient(45deg, #ffffff, #ffffff 5px, #f0f0f0 5px, #f0f0f0 10px);