mirror of
https://git.qoto.org/fedipage/fedipage.git
synced 2024-11-15 19:47:57 +01:00
Fixed some of the responsiveness inthe info-box
This commit is contained in:
parent
df1558147d
commit
fb360fc153
1 changed files with 12 additions and 0 deletions
|
@ -767,6 +767,7 @@ div#ch-tooltip {
|
|||
grid-area: key;
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.key::after {
|
||||
|
@ -776,3 +777,14 @@ div#ch-tooltip {
|
|||
position: absolute;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
@media (max-width:992px) {
|
||||
.info-field > div {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.entry {
|
||||
display: block;
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue