diff --git a/landing/subscription-form.css b/landing/subscription-form.css --- a/landing/subscription-form.css +++ b/landing/subscription-form.css @@ -8,8 +8,8 @@ border: 1px solid white; border-radius: 8px; border-left: none; - border-top-left-radius: 0px; - border-bottom-left-radius: 0px; + border-top-left-radius: 0; + border-bottom-left-radius: 0; padding-left: 20px; padding-right: 20px; @@ -22,7 +22,7 @@ box-shadow: -12px 20px 50px rgba(126, 87, 194, 0.5); transition: 0.2s; - margin-inline: 0px; + margin-inline: 0; } .button_success { @@ -65,10 +65,10 @@ border: 1px solid white; border-right: none; - border-top-right-radius: 0px; - border-bottom-right-radius: 0px; + border-top-right-radius: 0; + border-bottom-right-radius: 0; outline: none; - margin-inline: 0px; + margin-inline: 0; transition: 300ms; } diff --git a/web/apps/apps.css b/web/apps/apps.css --- a/web/apps/apps.css +++ b/web/apps/apps.css @@ -6,7 +6,7 @@ h4.appsHeader { color: var(--fg); - padding: 20px 0px 40px 40px; + padding: 20px 0 40px 40px; font-weight: var(--semi-bold); } diff --git a/web/calendar/calendar.css b/web/calendar/calendar.css --- a/web/calendar/calendar.css +++ b/web/calendar/calendar.css @@ -82,7 +82,7 @@ } div.entry { padding: 5px; - box-shadow: inset 0px 0px 0px 2px white; + box-shadow: inset 0 0 0 2px white; border-radius: 5px; position: relative; } diff --git a/web/calendar/thread-picker.css b/web/calendar/thread-picker.css --- a/web/calendar/thread-picker.css +++ b/web/calendar/thread-picker.css @@ -2,7 +2,7 @@ position: absolute; left: 4px; bottom: 20px; - box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.3); + box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.3); z-index: 1; font-weight: 600; background-color: white; diff --git a/web/chat/chat-thread-ancestors.css b/web/chat/chat-thread-ancestors.css --- a/web/chat/chat-thread-ancestors.css +++ b/web/chat/chat-thread-ancestors.css @@ -26,7 +26,7 @@ } div.ancestorKeyserverName { - border-radius: 0px 2px 2px 0px; + border-radius: 0 2px 2px 0; } svg.ancestorSeparator { @@ -36,10 +36,10 @@ div.ancestorKeyserverOperator { display: flex; column-gap: 5px; - padding: 0px 5px; + padding: 0 5px; align-items: center; border: 1px solid var(--thread-ancestor-keyserver-border); - border-radius: 2px 0px 0px 2px; + border-radius: 2px 0 0 2px; height: 22px; box-sizing: border-box; } diff --git a/web/chat/chat-thread-list.css b/web/chat/chat-thread-list.css --- a/web/chat/chat-thread-list.css +++ b/web/chat/chat-thread-list.css @@ -237,7 +237,7 @@ } ul.list { - margin: 5px 3px 10px 0px; + margin: 5px 3px 10px 0; overflow: auto; } diff --git a/web/media/media.css b/web/media/media.css --- a/web/media/media.css +++ b/web/media/media.css @@ -29,7 +29,7 @@ right: 3px; color: white; border-radius: 50%; - box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.5); + box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5); background-color: rgba(34, 34, 34, 0.67); } span.multimedia:hover > span.multimediaImage > svg.removeUpload { @@ -44,7 +44,7 @@ margin: auto auto; color: white; border-radius: 50%; - box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.5); + box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5); background-color: #dd2222; } span.multimedia > svg.progressIndicator { @@ -99,7 +99,7 @@ right: 15px; color: white; border-radius: 50%; - box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.5); + box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5); background-color: rgba(34, 34, 34, 0.67); height: 36px; width: 36px; diff --git a/web/modals/history/history.css b/web/modals/history/history.css --- a/web/modals/history/history.css +++ b/web/modals/history/history.css @@ -131,7 +131,7 @@ } div.entry { padding: 5px; - box-shadow: inset 0px 0px 0px 2px white; + box-shadow: inset 0 0 0 2px white; border-radius: 5px; position: relative; margin: 5px; diff --git a/web/modals/modal.css b/web/modals/modal.css --- a/web/modals/modal.css +++ b/web/modals/modal.css @@ -43,7 +43,7 @@ display: flex; justify-content: space-between; align-items: center; - padding: 32px 32px 0px 32px; + padding: 32px 32px 0 32px; } h2.title {