diff --git a/web/modals/threads/thread-picker-modal.css b/web/modals/threads/thread-picker-modal.css index dc5e9c714..f46857d11 100644 --- a/web/modals/threads/thread-picker-modal.css +++ b/web/modals/threads/thread-picker-modal.css @@ -1,39 +1,39 @@ div.container { display: flex; flex-direction: column; overflow: hidden; - margin: 16px; } div.contentContainer { overflow: scroll; height: 448px; + padding-top: 16px; } div.threadPickerOptionContainer { display: flex; } .threadPickerOptionButton { flex: 1; justify-content: left; padding: 12px 16px; font-size: var(--m-font-16); } .threadPickerOptionButton:hover { background-color: var(--thread-hover-bg); border-radius: 8px; } div.threadNameText { color: var(--shades-white-100); margin-left: 16px; } div.noResultsText { text-align: center; color: var(--shades-white-100); margin-top: 24px; font-weight: 500; }