mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-02-14 15:31:13 -05:00
Ref https://github.com/FreshRSS/FreshRSS/pull/8201#issuecomment-3610813235 <img width="422" height="119" alt="grafik" src="https://github.com/user-attachments/assets/0859bf55-d8e6-4401-adda-e854bf41a64a" />
171 lines
2.1 KiB
CSS
171 lines
2.1 KiB
CSS
/*=== MOBILE */
|
|
/*===========*/
|
|
|
|
@media (max-width: 840px) {
|
|
.aside {
|
|
|
|
transition: all 0.2s ease-in-out;
|
|
|
|
&.aside_feed {
|
|
padding: 0;
|
|
}
|
|
|
|
.tree .tree-folder .tree-folder-items .item a {
|
|
padding: 0.5rem 1rem;
|
|
}
|
|
}
|
|
|
|
.aside .toggle_aside,
|
|
#overlay .close,
|
|
.dropdown-menu .toggle_aside,
|
|
#slider .toggle_aside {
|
|
background-color: var(--main-first);
|
|
|
|
&:hover {
|
|
background-color: var(--main-first-alt);
|
|
}
|
|
|
|
.icon {
|
|
filter: grayscale(100%) brightness(2.5);
|
|
}
|
|
}
|
|
|
|
.header {
|
|
.item {
|
|
&.search {
|
|
display: none;
|
|
}
|
|
|
|
&.configure {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
}
|
|
|
|
}
|
|
}
|
|
|
|
#global {
|
|
height: calc(100% - 8rem);
|
|
}
|
|
|
|
#panel {
|
|
top: 0;
|
|
left: 0;
|
|
bottom: 0;
|
|
right: 0;
|
|
}
|
|
|
|
main.prompt {
|
|
max-width: 100%;
|
|
min-width: auto;
|
|
width: 75%;
|
|
}
|
|
|
|
.post {
|
|
padding-right: 1rem;
|
|
padding-left: 1rem;
|
|
}
|
|
|
|
.nav_menu {
|
|
padding-right: 0;
|
|
|
|
.btn {
|
|
margin: 0;
|
|
padding: 0.85rem 1.25rem;
|
|
}
|
|
|
|
.stick,
|
|
.group {
|
|
margin: 0.5rem 0.5rem;
|
|
|
|
.btn {
|
|
margin: 0;
|
|
padding: 0.85rem 1.25rem;
|
|
|
|
&.read_all {
|
|
padding: 0.85rem 1.25rem;
|
|
}
|
|
}
|
|
}
|
|
|
|
.search {
|
|
.input {
|
|
max-width: 97%;
|
|
width: 90px;
|
|
|
|
&:focus {
|
|
width: 400px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
#nav_menu_read_all #nav_menu_read .dropdown-toggle.btn {
|
|
background-image: none;
|
|
}
|
|
|
|
#stream {
|
|
.flux {
|
|
.flux_header {
|
|
padding: 0.5rem 0;
|
|
}
|
|
}
|
|
}
|
|
|
|
.dropdown-target:target {
|
|
& ~ .dropdown-toggle::after {
|
|
background-color: var(--grey-lighter);
|
|
border-top: 1px solid var(--grey-light);
|
|
border-right: 1px solid var(--grey-light);
|
|
left: 21px;
|
|
bottom: -14px;
|
|
}
|
|
|
|
& ~ a.dropdown-toggle {
|
|
&:not(.btn) {
|
|
&::after {
|
|
bottom: -17px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.transition {
|
|
text-align: center;
|
|
padding: 1rem 0;
|
|
|
|
.name {
|
|
padding: 0;
|
|
display: block;
|
|
width: 100%;
|
|
line-height: 1.5rem;
|
|
margin-bottom: 1rem;
|
|
}
|
|
|
|
}
|
|
|
|
#nav_entries button {
|
|
height: 4.5rem;
|
|
}
|
|
|
|
.notification {
|
|
border-radius: 0;
|
|
|
|
a.close {
|
|
background: transparent;
|
|
display: block;
|
|
right: 0;
|
|
}
|
|
|
|
a.close:hover {
|
|
opacity: 0.5;
|
|
}
|
|
|
|
a.close .icon {
|
|
display: none;
|
|
|
|
}
|
|
}
|
|
}
|