Added auto line break to allow people to more easily see handle

This commit is contained in:
Beefox 2022-11-19 17:46:23 +11:00
parent bf098fed52
commit 31146a0c29
2 changed files with 8 additions and 4 deletions

View File

@ -35,6 +35,9 @@
display: flex;
padding: var(--status-margin, 0.75em);
}
.Status .status-container .content {
overflow: hidden;
}
.Status .status-container > * {
min-width: 0;
}
@ -122,6 +125,7 @@
padding: 5px;
margin: -5px;
height: min-content;
height: min-content;
}
.Status .heading-right .button-unstyled:hover svg {
color: #b9b9ba;
@ -240,10 +244,12 @@
position: relative;
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: left;
margin-top: var(--status-margin, 0.75em);
}
.Status .status-actions > * {
max-width: 4em;
min-width: fit-content;
flex: 1;
}
.Status .muted {

View File

@ -135,12 +135,10 @@
display: flex;
min-width: 0;
flex-wrap: wrap;
img {
aspect-ratio: 1 / 1;
}
.nowrap {
.nowrap{
white-space: nowrap;
}
}