about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRubicon Rowe <thislight@users.noreply.github.com>2023-04-04 17:41:05 +0800
committerGitHub <noreply@github.com>2023-04-04 11:41:05 +0200
commitfa98363a2789f23e110312f23bf4c00234dcd59a (patch)
tree2599cbd99f9f05430ffe19bfb87d055b6e61ae4b
parenta8cd1b12383bdfd28cd2d7ac4d5723ab4d73681a (diff)
Fix inconsistent radius in drawer (#24407)
-rw-r--r--app/javascript/styles/mastodon/components.scss3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/javascript/styles/mastodon/components.scss b/app/javascript/styles/mastodon/components.scss
index 6681aa75c..160211dd1 100644
--- a/app/javascript/styles/mastodon/components.scss
+++ b/app/javascript/styles/mastodon/components.scss
@@ -2963,6 +2963,8 @@ $ui-header-height: 55px;
   margin-bottom: 10px;
   display: flex;
   flex-direction: row;
+  border-radius: 4px;
+  overflow: hidden;
 
   a {
     transition: background 100ms ease-in;
@@ -7046,6 +7048,7 @@ noscript {
 
   .drawer__pager {
     height: 50vh;
+    border-radius: 4px;
   }
 
   .drawer__inner {