diff --git a/components/MessageMedia.vue b/components/MessageMedia.vue index 11d436a..624d94b 100644 --- a/components/MessageMedia.vue +++ b/components/MessageMedia.vue @@ -45,5 +45,6 @@ function createModal(link: string) { .media-item { cursor: pointer; max-width: 15dvw; + border-radius: var(--embed-radius); } \ No newline at end of file diff --git a/components/Modal/Base.vue b/components/Modal/Base.vue index a5d8ebd..3fd7079 100644 --- a/components/Modal/Base.vue +++ b/components/Modal/Base.vue @@ -1,18 +1,11 @@ - \ No newline at end of file diff --git a/components/Modal/ProfilePopup.vue b/components/Modal/ProfilePopup.vue index 7a45ae4..5157c51 100644 --- a/components/Modal/ProfilePopup.vue +++ b/components/Modal/ProfilePopup.vue @@ -114,16 +114,16 @@ function buttonEditProfile() { text-align: left; position: relative; - max-height: 60dvh; - max-width: 60dvw; + max-height: 70dvh; + max-width: 70dvw; height: 30em; width: 40em; display: flex; flex-direction: column; - background-color: var(--chat-background-color); - border-radius: var(--standard-radius); + color: var(--text-color); + background-color: var(--modal-background-color); overflow-y: scroll; } @@ -142,7 +142,6 @@ function buttonEditProfile() { z-index: 0; background-color: var(--primary-color); - border-radius: var(--standard-radius) var(--standard-radius) 0 0; /* top left and top right */ } #avatar { diff --git a/public/themes/layout/gorb.css b/public/themes/layout/gorb.css index de6a0b6..7fb5049 100644 --- a/public/themes/layout/gorb.css +++ b/public/themes/layout/gorb.css @@ -15,6 +15,7 @@ complementaryColor = white --minor-radius: .35em; --standard-radius: .5em; + --embed-radius: .3em; --button-radius: .6em; --guild-icon-radius: 15%; --pfp-radius: 50%; diff --git a/public/themes/style/ash.css b/public/themes/style/ash.css index e33fbf6..1437777 100644 --- a/public/themes/style/ash.css +++ b/public/themes/style/ash.css @@ -17,6 +17,7 @@ complementaryColor = white --chat-featured-message-color: #4f3f2f60; --popup-background-color: #2f2828; --popup-highlighted-background-color: #382f2f; + --modal-background-color: #3a352f; --sidebar-background-color: #322f2d; --sidebar-highlighted-background-color: #46423b; diff --git a/public/themes/style/dark.css b/public/themes/style/dark.css index d703e8a..53c0659 100644 --- a/public/themes/style/dark.css +++ b/public/themes/style/dark.css @@ -17,6 +17,7 @@ complementaryColor = white --chat-featured-message-color: #4f2f1f58; --popup-background-color: #2f1f1f; --popup-highlighted-background-color: #3f2f2f; + --modal-background-color: #28241f; --sidebar-background-color: #1f1e1d; --sidebar-highlighted-background-color: #2f2b28; diff --git a/public/themes/style/description.css b/public/themes/style/description.css index 972821c..45829e0 100644 --- a/public/themes/style/description.css +++ b/public/themes/style/description.css @@ -18,6 +18,7 @@ complementaryColor = black --chat-featured-message-color: #4f2f1f58; --popup-background-color: #2f1f1f; --popup-highlighted-background-color: #3f2f2f; + --modal-background-color: #181f1f; --sidebar-background-color: #80808000; --sidebar-highlighted-background-color: #ffffff20; diff --git a/public/themes/style/light.css b/public/themes/style/light.css index cd1f55b..8d7a0c8 100644 --- a/public/themes/style/light.css +++ b/public/themes/style/light.css @@ -17,6 +17,7 @@ complementaryColor = black --chat-featured-message-color: #e8ac841f; --popup-background-color: #b8b4b0; --popup-highlighted-background-color: #a6a4a2; + --modal-background-color: #e8e4e0; --sidebar-background-color: #dbd8d4; --sidebar-highlighted-background-color: #d4d0ca; diff --git a/public/themes/style/rainbow-capitalism.css b/public/themes/style/rainbow-capitalism.css index 8ca3ed7..df01d39 100644 --- a/public/themes/style/rainbow-capitalism.css +++ b/public/themes/style/rainbow-capitalism.css @@ -17,6 +17,7 @@ complementaryColor = white --chat-featured-message-color: #4f8f4f80; --popup-background-color: #80808080; --popup-highlighted-background-color: #9f9f9f9f; + --modal-background-color: #7fa87fff; --sidebar-background-color: #80808000; --sidebar-highlighted-background-color: #ffffff20;