Skip to content

feedly.com by michael-kucek

Screenshot of feedly.com

Details

Authormichael-kucek

LicenseNo License

Categoryfeedly

Created

Updated

Size4.1 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Converts the "Cards View" into a larger "Magazine View"

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         feedly.com
@version      20231026.23.55
@namespace    userstyles.world/user/michael-kucek
@description  Converts the "Cards View" into a larger "Magazine View"
@author       michael-kucek
@license      No License
==/UserStyle== */

@-moz-document domain("feedly.com") {
.list-entries .entry {
    width: 100%;
}
.list-entries .entry .CardLayout {
    width: 100%;
    display: flex;
}
.list-entries .entry .CardLayout .EntryVisual {
    width: 280px;
    height: 200px;
    margin-right: 3%;
}

.CardLayout .EntrySummary {
    height: 60%;
    overflow: hidden;
    display: block;
}
.CardLayout .EntryToolbar {
    position: absolute;

    right: -50px;
    display: flex;
    flex-direction: column;
}
.EntryVisual__overlay--visible {
    opacity: 0.02;
    background-color: white !important;
}

.CardLayout:hover {
    background: rgba( 43, 178, 76, 0.03 );
/*     box-shadow: 0 8px 32px 0 #5b605959; */
    backdrop-filter: blur( 4px );
    border-radius: 14px;
    border: 1px solid #2bb24c;
}
.CardLayout .EntryTitle--read {
    color: #555! important;
}
.CardLayout .EntryVisual__visual {
    background-color: #090909;
    border-radius: 14px;

}
.CardLayout .EntryVisual__visual--dimmed {
    opacity: .3 !important;
}
.CardLayout .EntryBestSummary__paragraph {
    display: inline-block !important;
}
.CardLayout .RelatedEntries {
    position: absolute;
    left: 15px;
    top: 206px;
    transform: translate(0, -100%); 
    background: rgba( 34, 34, 34, 0.45 );
/*     box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 ); */
    backdrop-filter: blur( 4px );
    border-radius: 14px;
/*     border: 1px solid rgba( 255, 255, 255, 0.18 ); */
    color: #ccc;
    max-width: 243px;
    border: 1px solid rgba(176, 176, 176, .18);
    overflow: hidden !important;
    opacity: 0.6;
}
.CardLayout .RelatedEntries:hover,
.CardLayout__content .InterestingMetadataWrapper:hover {
    opacity: 1;
}
.CardLayout .RelatedEntries a {
    color: #fff;
}
.LeftnavListRow.LeftnavListRow--selected {
    background: rgba( 43, 178, 76, 0.05 );
    backdrop-filter: blur( 4px );
    border-radius: 14px;
    border: 1px solid #2bb24c;
}

.CardLayout__content .InterestingMetadataWrapper {
    position: absolute;
    top: 15px;
    left: 15px;
    padding: 4px;
    max-width: 244px;
    background: rgba(0, 26, 6, .67);
/*     box-shadow: 0 8px 32px 0 rgba(31, 135, 36, .17); */
    backdrop-filter: blur( 4px );
    border-radius: 14px;
    border: 1px solid rgba(  0, 128, 31, 0.18 );
    opacity: 0.6;
}
.CardLayout__content .InterestingMetadataWrapper:hover {
    background: rgba(0, 26, 6, .56);
     box-shadow: 0 8px 32px 0 rgba(31, 135, 36, .17); 
}

.CardLayout__content .InterestingMetadataWrapper span {
    color: white;   
}
.CardLayout__content .EntryMetadataSeparator, .EntryEngagement {
    display: none;
}

a:hover {
    color: #2bb14c !important;
}
.CardLayout--selected {
    background-color: #121212 !important;
}

/* reposition the "less like this" dialog */
article .LessLikeThisSelector > div {
    z-index: 200 !important;
    translate: -34px -105px;
    width: 400px;
    height: 195px;
    margin: 0px !important;
    background: rgba(0, 6, 2, .7) !important;
    box-shadow: 0 8px 32px 0 rgba(31, 135, 36, .17) !important;
    backdrop-filter: blur( 4px );
}

article .LessLikeThisSelector__menu {
    width: 100%;
    height: 100%;
    overflow: scroll;
}
article .LessLikeThisSelector__horizontal-scroll {
    width: calc(100% - 64px);
    height: 100%;
    overflow: scroll;  
}
article .LessLikeThisSelector > div p {
    margin: 2px 2px !important;
}
article .LessLikeThisSelector__row {
    padding: 2px 16px !important;
}
article .LessLikeThisSelector__menu + div {
    display: none;    
}
article .LessLikeThisSelector__row--clickable:hover,
article .LessLikeThisSelector__topic-button:hover {
    background: rgba( 43, 178, 76, 0.05 );
    backdrop-filter: blur( 4px );
    border-radius: 14px;
    border: 1px solid #2bb24c !important;
}
article .EntryMetadataSource {
    font-weight: bolder;
    filter: drop-shadow(0 0.1rem 0.25rem rgba(200,255,200,.1));
}
}

Reviews

No reviews yet.