diff --git a/package.json b/package.json index c833fbb8..12a9be04 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ut-registration-plus", "displayName": "UT Registration Plus", - "version": "2.0.0-beta2", + "version": "2.0.0-beta4", "description": "UT Registration Plus is a Chrome extension that allows students to easily register for classes.", "private": true, "homepage": "https://github.com/Longhorn-Developers/UT-Registration-Plus", diff --git a/public/database/grade_distributions.db b/public/database/grade_distributions.db index 410475de..5d2479d9 100644 Binary files a/public/database/grade_distributions.db and b/public/database/grade_distributions.db differ diff --git a/src/views/components/common/Dialog.tsx b/src/views/components/common/Dialog.tsx index ed8849fa..fcbc39c1 100644 --- a/src/views/components/common/Dialog.tsx +++ b/src/views/components/common/Dialog.tsx @@ -44,19 +44,19 @@ export default function Dialog(props: PropsWithChildren): JSX.Eleme >
- -
+
+ @@ -64,8 +64,8 @@ export default function Dialog(props: PropsWithChildren): JSX.Eleme {props.description && {props.description}} {children} -
- + +
); diff --git a/src/views/components/common/ExtensionRoot/ExtensionRoot.module.scss b/src/views/components/common/ExtensionRoot/ExtensionRoot.module.scss index 3bac792e..762d7065 100644 --- a/src/views/components/common/ExtensionRoot/ExtensionRoot.module.scss +++ b/src/views/components/common/ExtensionRoot/ExtensionRoot.module.scss @@ -17,25 +17,25 @@ [data-rfd-drag-handle-context-id=':r1:'] { cursor: move; } -} -::-webkit-scrollbar { - width: 14px; - height: 14px; - background: transparent; -} -::-webkit-scrollbar-thumb { - border: 3px solid #fff; - border-radius: 7px; - min-height: 40px; - box-shadow: none; - background: rgb(218, 220, 224); -} -:hover::-webkit-scrollbar-thumb, -::-webkit-scrollbar-thumb:hover { - background: rgb(189, 193, 198); -} + ::-webkit-scrollbar { + width: 14px; + height: 14px; + background: transparent; + } + ::-webkit-scrollbar-thumb { + border: 3px solid #fff; + border-radius: 7px; + min-height: 40px; + box-shadow: none; + background: rgb(218, 220, 224); + } + :hover::-webkit-scrollbar-thumb, + ::-webkit-scrollbar-thumb:hover { + background: rgb(189, 193, 198); + } -::-webkit-scrollbar-thumb:active { - background: rgb(128, 134, 139); + ::-webkit-scrollbar-thumb:active { + background: rgb(128, 134, 139); + } } diff --git a/src/views/components/common/LogoIcon.tsx b/src/views/components/common/LogoIcon.tsx index b2ca45ae..a307f4dc 100644 --- a/src/views/components/common/LogoIcon.tsx +++ b/src/views/components/common/LogoIcon.tsx @@ -28,7 +28,7 @@ export function SmallLogo({ className }: { className?: string }): JSX.Element { return (
-
+

UT Registration

Plus{' '} @@ -51,7 +51,7 @@ export function LargeLogo({ className }: { className?: string }): JSX.Element { return (

-
+

UT Registration

Plus{' '}