Список программ сделан более компактным, разбит на 2 колонки.
rsload.net compact by mr430
Details
Authormr430
LicenseNo License
Categoryhttps://rsload.net/
Created
Updated
Size631 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Made by https://rsload.net/user/mr430/
Source code
/* ==UserStyle==
@name rsload.net compact
@version 20241027.10.19
@namespace ?
==/UserStyle== */
@-moz-document domain("rsload.net") {
#dle-content {
display: flex;
flex-wrap: wrap;
gap: 10px;
}
#dle-content > .short {
flex-basis: calc(50% - 10px);
margin-bottom: 10px;
}
#dle-content > .bottom-nav {
flex-basis: 100%;
}
#dle-content > .short .video-box {
display: flex;
}
#dle-content > .short .video-box > div {
max-width: 150px;
min-width: 150px;
margin-right: 10px;
}
#dle-content > .short .video-box > br {
display:none;
}
}