diff --git a/src/renderer/ui/styles.css b/src/renderer/ui/styles.css index 3d84113..10063e6 100644 --- a/src/renderer/ui/styles.css +++ b/src/renderer/ui/styles.css @@ -1078,9 +1078,11 @@ body { position: relative; width: 570px; max-height: 82vh; - overflow-y: auto; + display: flex; + flex-direction: column; + overflow: hidden; border-radius: 2px; - padding: 26px 30px 24px; + padding: 26px 30px 16px; background: url("data:image/svg+xml;utf8,"), linear-gradient(180deg, #f7efdd 0%, #ecdfc0 100%); @@ -1119,6 +1121,7 @@ body { margin-bottom: 5px; font-weight: 700; text-shadow: 0 1px 0 rgba(255, 250, 235, 0.8); + padding-right: 44px; } .modal-cat { text-align: center;