bunch of px -> em, small fixes

This commit is contained in:
Henry Jameson 2025-08-14 17:27:13 +03:00
commit 49a98a6fe2
15 changed files with 58 additions and 47 deletions

View file

@ -10,7 +10,7 @@
keypath="user_reporting.title"
class="title"
>
<UserLink :user="user" />
<UserLink class="user-link" :user="user" />
</i18n-t>
</div>
<div class="panel-body">
@ -74,10 +74,14 @@
<style lang="scss">
.user-reporting-panel {
width: 90vw;
max-width: 700px;
max-width: 50rem;
min-height: 20vh;
max-height: 80vh;
.user-link {
display: inline
}
.panel-body {
display: flex;
flex-direction: column-reverse;
@ -104,7 +108,7 @@
}
textarea.form-control {
line-height: 16px;
line-height: 1.1;
resize: none;
overflow: hidden;
transition: min-height 200ms 100ms;