allow ajust sentences
This commit is contained in:
@@ -106,6 +106,10 @@ dialog::backdrop { background: rgb(20 25 28 / 55%); }
|
||||
.sentence-scroll { max-height: calc(100vh - 120px); overflow: auto; }
|
||||
.sentence-scroll textarea { width: min(600px, 45vw); min-width: 260px; min-height: 58px; resize: vertical; padding: 7px; border: 1px solid #b8c0c7; border-radius: 3px; }
|
||||
.sentence-scroll select { min-width: 90px; }
|
||||
.boundary-control { display: inline-flex; align-items: center; gap: 4px; margin-left: 6px; white-space: nowrap; }
|
||||
.boundary-control button { min-height: 24px; padding: 2px 6px; font-size: 11px; line-height: 1; }
|
||||
.boundary-time { display: inline-block; min-width: 56px; text-align: center; font-variant-numeric: tabular-nums; }
|
||||
.boundary-status { min-width: 26px; color: #a12622; font-size: 11px; }
|
||||
|
||||
@media (max-width: 820px) {
|
||||
.topbar { align-items: stretch; flex-direction: column; padding: 14px 16px; }
|
||||
|
||||
Reference in New Issue
Block a user