Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3509821
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
View Options
diff --git a/web/sidebar/community-drawer-item.css b/web/sidebar/community-drawer-item.css
index afdce9c49..816d3c7d7 100644
--- a/web/sidebar/community-drawer-item.css
+++ b/web/sidebar/community-drawer-item.css
@@ -1,64 +1,65 @@
.threadEntry {
display: flex;
flex-direction: row;
padding-top: 8px;
padding-bottom: 8px;
}
.active {
background-color: var(--active-drawer-item-bg);
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
}
.threadListContainer {
display: flex;
flex-direction: column;
}
.titleWrapper {
overflow: hidden;
width: 100%;
}
.title {
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
color: var(--drawer-item-color);
font-size: var(--s-font-14);
font-weight: var(--semi-bold);
line-height: 22px;
}
.activeTitle {
color: var(--drawer-active-item-color);
}
.buttonContainer {
width: 24px;
align-items: center;
justify-content: center;
display: flex;
}
.communityBase {
- padding: 2px;
+ padding-top: 2px;
+ padding-bottom: 2px;
padding-right: 4px;
overflow: hidden;
}
.communityExpanded {
background-color: var(--drawer-open-community-bg);
border-top-right-radius: 8px;
border-bottom-right-radius: 8px;
padding-top: 4px;
padding-bottom: 4px;
}
.subchannelsButton {
margin-bottom: 6px;
margin-top: 4px;
display: flex;
align-items: center;
}
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Mon, Dec 23, 8:38 AM (20 h, 38 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2690652
Default Alt Text
(1 KB)
Attached To
Mode
rCOMM Comm
Attached
Detach File
Event Timeline
Log In to Comment