You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

66 lines
1.5 KiB

3 years ago
.PocketItemTagList-styles-module_itemTagList__nVMsD {
list-style: none;
padding-inline-start: 0px;
margin-top: 4px;
}
.PocketItemTagList-styles-module_itemTagList__nVMsD > li {
display: inline;
color: var(--text-muted);
background-color: var(--background-secondary);
margin: 4px;
padding: 2px;
border-radius: 4px;
}
.PocketItem-styles-module_item__3n5s8 {
3 years ago
color: var(--background-modifier-border);
border: 1px solid var(--background-modifier-border);
3 years ago
display: block;
padding: 4px 8px;
}
3 years ago
3 years ago
.PocketItem-styles-module_item__3n5s8 > span {
display: block;
}
3 years ago
.PocketItem-styles-module_header__nWH2B {
3 years ago
flex-grow: 1;
3 years ago
display: flex;
justify-content: flex-start;
3 years ago
width: 100%;
3 years ago
/* emulating the not-well-supported behavior of flexbox gap */
--gap: 8px;
margin: 0 calc(-1 * var(--gap)) 0 0;
width: calc(100% + var(--gap));
}
.PocketItem-styles-module_header__nWH2B > * {
margin: 0 var(--gap) 0 0;
}
.PocketItem-styles-module_itemTitle__2bkMG {
font-weight: 600;
3 years ago
}
.PocketItem-styles-module_itemExcerpt__3umt6 {
font-weight: 300;
line-height: 1.5;
flex-grow: 1;
width: 100%;
color: var(--text-normal);
}
3 years ago
.PocketItem-styles-module_externalLink__3clhz {
display: inline-block;
}
3 years ago
.PocketItemList-styles-module_list__2zKhb {
list-style-type: none;
}
.PocketItemList-styles-module_item__3rjWY {
margin: 8px;
}
.settings-styles-module_error__3S0_A {
border-color: var(--background-modifier-error-hover) !important;
}