Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F32187529
D4339.1765087354.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D4339.1765087354.diff
View Options
diff --git a/landing/info-block.css b/landing/info-block.css
--- a/landing/info-block.css
+++ b/landing/info-block.css
@@ -28,5 +28,5 @@
.description {
line-height: 1.5;
font-weight: 400;
- font-family: 'IBM Plex Sans';
+ font-family: 'IBM Plex Sans', sans-serif;
}
diff --git a/landing/subscription-form.css b/landing/subscription-form.css
--- a/landing/subscription-form.css
+++ b/landing/subscription-form.css
@@ -6,10 +6,8 @@
position: relative;
width: auto;
border: 1px solid white;
- border-radius: 8px;
border-left: none;
- border-top-left-radius: 0px;
- border-bottom-left-radius: 0px;
+ border-radius: 0px 8px 8px 0px;
padding-left: 20px;
padding-right: 20px;
@@ -54,7 +52,6 @@
input.email_input {
flex: 1;
- border-radius: 8px;
padding: 20px;
background: rgba(11, 18, 27, 0.25);
@@ -65,8 +62,7 @@
border: 1px solid white;
border-right: none;
- border-top-right-radius: 0px;
- border-bottom-right-radius: 0px;
+ border-radius: 8px 0px 0px 8px;
outline: none;
margin-inline: 0px;
transition: 300ms;
diff --git a/web/components/menu.css b/web/components/menu.css
--- a/web/components/menu.css
+++ b/web/components/menu.css
@@ -38,12 +38,10 @@
background-color: transparent;
padding: 12px 16px;
line-height: 1.5;
- background-color: transparent;
border: none;
cursor: pointer;
display: flex;
align-items: center;
- color: inherit;
font-size: inherit;
}
diff --git a/web/theme.css b/web/theme.css
--- a/web/theme.css
+++ b/web/theme.css
@@ -126,7 +126,7 @@
--app-list-icon-disabled-color: var(--shades-white-80);
--account-settings-label: var(--shades-black-60);
--account-button-color: var(--violet-dark-100);
- --chat-thread-list-color-active: var(--shades-of-white-60);
+ --chat-thread-list-color-active: var(--shades-white-60);
--chat-thread-list-menu-color: var(--shades-white-60);
--chat-thread-list-menu-bg: var(--shades-black-80);
--chat-thread-list-menu-active-color: var(--shades-white-60);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Dec 7, 6:02 AM (16 h, 55 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5842680
Default Alt Text
D4339.1765087354.diff (1 KB)
Attached To
Mode
D4339: [web][landing] Fix miscellaneous CSS issues
Attached
Detach File
Event Timeline
Log In to Comment