|
@@ -44,6 +44,8 @@
|
|
|
--frss-padding-flux-items: 0.75rem;
|
|
--frss-padding-flux-items: 0.75rem;
|
|
|
--frss-padding-top-bottom: 0.5rem;
|
|
--frss-padding-top-bottom: 0.5rem;
|
|
|
|
|
|
|
|
|
|
+ --width-aside: 300px;
|
|
|
|
|
+
|
|
|
line-height: 1.5;
|
|
line-height: 1.5;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
@@ -1280,7 +1282,7 @@ li.drag-hover {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.header > .item.title {
|
|
.header > .item.title {
|
|
|
- width: 300px;
|
|
|
|
|
|
|
+ width: var(--width-aside);
|
|
|
text-align: center;
|
|
text-align: center;
|
|
|
white-space: nowrap;
|
|
white-space: nowrap;
|
|
|
}
|
|
}
|
|
@@ -1328,7 +1330,7 @@ input[type="search"] {
|
|
|
|
|
|
|
|
.aside {
|
|
.aside {
|
|
|
display: table-cell;
|
|
display: table-cell;
|
|
|
- width: 300px;
|
|
|
|
|
|
|
+ width: var(--width-aside);
|
|
|
vertical-align: top;
|
|
vertical-align: top;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
@@ -1935,7 +1937,7 @@ a.website:hover .favicon {
|
|
|
display: flex;
|
|
display: flex;
|
|
|
position: fixed;
|
|
position: fixed;
|
|
|
bottom: 0; right: 0;
|
|
bottom: 0; right: 0;
|
|
|
- width: 300px;
|
|
|
|
|
|
|
+ width: var(--width-aside);
|
|
|
padding-bottom: env(safe-area-inset-bottom);
|
|
padding-bottom: env(safe-area-inset-bottom);
|
|
|
z-index: 50;
|
|
z-index: 50;
|
|
|
}
|
|
}
|
|
@@ -2414,7 +2416,7 @@ html.slider-active {
|
|
|
|
|
|
|
|
.reader .aside.visible {
|
|
.reader .aside.visible {
|
|
|
display: table-cell;
|
|
display: table-cell;
|
|
|
- width: 300px;
|
|
|
|
|
|
|
+ width: var(--width-aside);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.reader .flux {
|
|
.reader .flux {
|
|
@@ -2499,9 +2501,9 @@ html.slider-active {
|
|
|
display: none;
|
|
display: none;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- /* Material navigation drawer: theme override or 320px cap, with 56px touch-peek */
|
|
|
|
|
|
|
+ /* Material navigation drawer: theme width, capped at viewport minus 56px touch-peek */
|
|
|
.aside.visible {
|
|
.aside.visible {
|
|
|
- width: min(var(--width-aside, 320px), calc(100vw - 56px));
|
|
|
|
|
|
|
+ width: min(var(--width-aside), calc(100vw - 56px));
|
|
|
height: 100vh;
|
|
height: 100vh;
|
|
|
box-shadow: -3px 3px 5px var(--frss-box-shadow-color-transparent);
|
|
box-shadow: -3px 3px 5px var(--frss-box-shadow-color-transparent);
|
|
|
}
|
|
}
|