Skip to content

Bilibili subscriptions in 2 columns by feed1stblood

Screenshot of Bilibili subscriptions in 2 columns

Details

Authorfeed1stblood

LicenseCC0

CategoryBilibili

Created

Updated

Size975 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Bilibili(B站)关注页两列展示,每页展示更多内容。

Beautify the Bilibili subscription page, enable a more space-efficient 2-column grid view.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Bilibili subscriptions in 2 columns
@version      20231015.14.18
@namespace    userstyles.world/user/feed1stblood
@description  This style enable a 2 column grid view for Bilibili subscription page.

B站关注页两列展示,每页展示更多内容。
@author       feed1stblood
@license      No License
==/UserStyle== */

@-moz-document url-prefix("https://t.bilibili.com/") {
.bili-dyn-home--member, main {
    width: auto !important;
    justify-content: center;
}

main {
    flex-grow: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    max-width: 1244px !important;
}

.bili-dyn-up-list {
    width: 100%;
}

.bili-dyn-list__items {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: space-between;
    align-items: stretch !important;
    gap: 4px 4px;
}

.bili-dyn-list__item {
    max-width: 620px;
    margin-bottom: 0;
}

.bili-dyn-item {
    height: 100%
}
}

Reviews

No reviews yet.