mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-02-15 07:51:14 -05:00
fixed: box layout for global view (#4791)
This commit is contained in:
@@ -1017,11 +1017,6 @@ kbd {
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
.box.category .item.feed {
|
||||
padding: 2px 10px;
|
||||
font-size: 0.8rem;
|
||||
}
|
||||
|
||||
/*=== Slider */
|
||||
#slider {
|
||||
background: var(--background-color-dark);
|
||||
|
||||
@@ -1017,11 +1017,6 @@ kbd {
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
.box.category .item.feed {
|
||||
padding: 2px 10px;
|
||||
font-size: 0.8rem;
|
||||
}
|
||||
|
||||
/*=== Slider */
|
||||
#slider {
|
||||
background: var(--background-color-dark);
|
||||
|
||||
@@ -40,12 +40,7 @@
|
||||
}
|
||||
|
||||
.box-content {
|
||||
padding-bottom: 0.5rem;
|
||||
|
||||
.item.feed {
|
||||
padding: 0.5rem 1.5rem;
|
||||
font-size: 1rem;
|
||||
|
||||
a {
|
||||
color: variables.$main-font-color;
|
||||
font-weight: 400;
|
||||
|
||||
@@ -462,7 +462,7 @@ form th {
|
||||
box-shadow: inset -1px -11px 8px rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
.tree .tree-folder .tree-folder-title {
|
||||
padding: 1rem 1rem;
|
||||
padding: 1rem;
|
||||
background: #fbf9f6;
|
||||
position: relative;
|
||||
font-size: 0.85rem;
|
||||
@@ -1071,13 +1071,6 @@ main.prompt {
|
||||
#stream .box.category .box-title a.title:hover {
|
||||
color: #ca7227;
|
||||
}
|
||||
#stream .box.category .box-content {
|
||||
padding-bottom: 0.5rem;
|
||||
}
|
||||
#stream .box.category .box-content .item.feed {
|
||||
padding: 0.5rem 1.5rem;
|
||||
font-size: 1rem;
|
||||
}
|
||||
#stream .box.category .box-content .item.feed a {
|
||||
color: #363330;
|
||||
font-weight: 400;
|
||||
|
||||
@@ -462,7 +462,7 @@ form th {
|
||||
box-shadow: inset 1px -11px 8px rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
.tree .tree-folder .tree-folder-title {
|
||||
padding: 1rem 1rem;
|
||||
padding: 1rem;
|
||||
background: #fbf9f6;
|
||||
position: relative;
|
||||
font-size: 0.85rem;
|
||||
@@ -1071,13 +1071,6 @@ main.prompt {
|
||||
#stream .box.category .box-title a.title:hover {
|
||||
color: #ca7227;
|
||||
}
|
||||
#stream .box.category .box-content {
|
||||
padding-bottom: 0.5rem;
|
||||
}
|
||||
#stream .box.category .box-content .item.feed {
|
||||
padding: 0.5rem 1.5rem;
|
||||
font-size: 1rem;
|
||||
}
|
||||
#stream .box.category .box-content .item.feed a {
|
||||
color: #363330;
|
||||
font-weight: 400;
|
||||
|
||||
@@ -1057,11 +1057,6 @@ a.btn {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.box.category .item.feed {
|
||||
padding: 2px 10px;
|
||||
font-size: 0.8rem;
|
||||
}
|
||||
|
||||
.box.category .item.feed:not(.empty):not(.error) .item-title {
|
||||
color: #222;
|
||||
}
|
||||
|
||||
@@ -1057,11 +1057,6 @@ a.btn {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.box.category .item.feed {
|
||||
padding: 2px 10px;
|
||||
font-size: 0.8rem;
|
||||
}
|
||||
|
||||
.box.category .item.feed:not(.empty):not(.error) .item-title {
|
||||
color: #222;
|
||||
}
|
||||
|
||||
@@ -934,11 +934,6 @@ a.btn {
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
.box.category .item.feed {
|
||||
padding: 2px 10px;
|
||||
font-size: 0.8rem;
|
||||
}
|
||||
|
||||
/*=== Panel */
|
||||
#panel {
|
||||
background: #1c1c1c;
|
||||
|
||||
@@ -934,11 +934,6 @@ a.btn {
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
.box.category .item.feed {
|
||||
padding: 2px 10px;
|
||||
font-size: 0.8rem;
|
||||
}
|
||||
|
||||
/*=== Panel */
|
||||
#panel {
|
||||
background: #1c1c1c;
|
||||
|
||||
@@ -951,11 +951,6 @@ a.btn {
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
.box.category .item.feed {
|
||||
padding: 2px 10px;
|
||||
font-size: 0.8rem;
|
||||
}
|
||||
|
||||
/*=== DIVERS */
|
||||
/*===========*/
|
||||
.aside.aside_feed .nav-form input,
|
||||
|
||||
@@ -951,11 +951,6 @@ a.btn {
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
.box.category .item.feed {
|
||||
padding: 2px 10px;
|
||||
font-size: 0.8rem;
|
||||
}
|
||||
|
||||
/*=== DIVERS */
|
||||
/*===========*/
|
||||
.aside.aside_feed .nav-form input,
|
||||
|
||||
@@ -40,12 +40,7 @@
|
||||
}
|
||||
|
||||
.box-content {
|
||||
padding-bottom: 0.5rem;
|
||||
|
||||
.item.feed {
|
||||
padding: 0.5rem 1.5rem;
|
||||
font-size: 1rem;
|
||||
|
||||
a {
|
||||
color: variables.$main-font-color;
|
||||
font-weight: 400;
|
||||
|
||||
@@ -1089,13 +1089,6 @@ main.prompt {
|
||||
#stream .box.category .box-title a.title:hover {
|
||||
color: #36c;
|
||||
}
|
||||
#stream .box.category .box-content {
|
||||
padding-bottom: 0.5rem;
|
||||
}
|
||||
#stream .box.category .box-content .item.feed {
|
||||
padding: 0.5rem 1.5rem;
|
||||
font-size: 1rem;
|
||||
}
|
||||
#stream .box.category .box-content .item.feed a {
|
||||
color: #303136;
|
||||
font-weight: 400;
|
||||
|
||||
@@ -1089,13 +1089,6 @@ main.prompt {
|
||||
#stream .box.category .box-title a.title:hover {
|
||||
color: #36c;
|
||||
}
|
||||
#stream .box.category .box-content {
|
||||
padding-bottom: 0.5rem;
|
||||
}
|
||||
#stream .box.category .box-content .item.feed {
|
||||
padding: 0.5rem 1.5rem;
|
||||
font-size: 1rem;
|
||||
}
|
||||
#stream .box.category .box-content .item.feed a {
|
||||
color: #303136;
|
||||
font-weight: 400;
|
||||
|
||||
@@ -1080,11 +1080,6 @@ input.extend {
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
.box.category .item.feed {
|
||||
padding: 2px 10px;
|
||||
font-size: 0.8rem;
|
||||
}
|
||||
|
||||
#panel {
|
||||
background-color: var(--bg);
|
||||
}
|
||||
|
||||
@@ -1080,11 +1080,6 @@ input.extend {
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
.box.category .item.feed {
|
||||
padding: 2px 10px;
|
||||
font-size: 0.8rem;
|
||||
}
|
||||
|
||||
#panel {
|
||||
background-color: var(--bg);
|
||||
}
|
||||
|
||||
@@ -1057,11 +1057,6 @@ a:hover .icon {
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
.box.category .item.feed {
|
||||
padding: 2px 10px;
|
||||
font-size: 0.8rem;
|
||||
}
|
||||
|
||||
/*=== DIVERS */
|
||||
/*===========*/
|
||||
.aside.aside_feed .nav-form input,
|
||||
|
||||
@@ -1057,11 +1057,6 @@ a:hover .icon {
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
.box.category .item.feed {
|
||||
padding: 2px 10px;
|
||||
font-size: 0.8rem;
|
||||
}
|
||||
|
||||
/*=== DIVERS */
|
||||
/*===========*/
|
||||
.aside.aside_feed .nav-form input,
|
||||
|
||||
@@ -934,11 +934,6 @@ a.signin {
|
||||
line-height: 1.6rem;
|
||||
}
|
||||
|
||||
.box.category .item.feed {
|
||||
padding: 2px 10px;
|
||||
font-size: 0.8rem;
|
||||
}
|
||||
|
||||
/*=== DIVERS */
|
||||
/*===========*/
|
||||
.aside.aside_feed .nav-form input,
|
||||
|
||||
@@ -934,11 +934,6 @@ a.signin {
|
||||
line-height: 1.6rem;
|
||||
}
|
||||
|
||||
.box.category .item.feed {
|
||||
padding: 2px 10px;
|
||||
font-size: 0.8rem;
|
||||
}
|
||||
|
||||
/*=== DIVERS */
|
||||
/*===========*/
|
||||
.aside.aside_feed .nav-form input,
|
||||
|
||||
@@ -1037,11 +1037,6 @@ a.btn {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.box.category .item.feed {
|
||||
padding: 2px 10px;
|
||||
font-size: 0.8rem;
|
||||
}
|
||||
|
||||
.box.category .item.feed:not(.empty):not(.error) .item-title {
|
||||
color: #222;
|
||||
}
|
||||
|
||||
@@ -1037,11 +1037,6 @@ a.btn {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.box.category .item.feed {
|
||||
padding: 2px 10px;
|
||||
font-size: 0.8rem;
|
||||
}
|
||||
|
||||
.box.category .item.feed:not(.empty):not(.error) .item-title {
|
||||
color: #222;
|
||||
}
|
||||
|
||||
@@ -537,10 +537,6 @@ form th {
|
||||
font-weight: bold;
|
||||
text-shadow: none;
|
||||
}
|
||||
.box.category .item.feed {
|
||||
padding: 2px 10px;
|
||||
font-size: 0.8rem;
|
||||
}
|
||||
.box.visible-semi {
|
||||
border-style: solid;
|
||||
}
|
||||
|
||||
@@ -537,10 +537,6 @@ form th {
|
||||
font-weight: bold;
|
||||
text-shadow: none;
|
||||
}
|
||||
.box.category .item.feed {
|
||||
padding: 2px 10px;
|
||||
font-size: 0.8rem;
|
||||
}
|
||||
.box.visible-semi {
|
||||
border-style: solid;
|
||||
}
|
||||
|
||||
@@ -695,11 +695,6 @@ form {
|
||||
font-weight: bold;
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
.item.feed {
|
||||
padding: 2px 10px;
|
||||
font-size: 0.8rem;
|
||||
}
|
||||
}
|
||||
|
||||
&.visible-semi {
|
||||
|
||||
@@ -752,11 +752,6 @@ a.btn {
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
.box.category .item.feed {
|
||||
padding: 2px 10px;
|
||||
font-size: 0.8rem;
|
||||
}
|
||||
|
||||
/*=== DIVERS */
|
||||
/*===========*/
|
||||
.aside.aside_feed .nav-form input,
|
||||
|
||||
@@ -752,11 +752,6 @@ a.btn {
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
.box.category .item.feed {
|
||||
padding: 2px 10px;
|
||||
font-size: 0.8rem;
|
||||
}
|
||||
|
||||
/*=== DIVERS */
|
||||
/*===========*/
|
||||
.aside.aside_feed .nav-form input,
|
||||
|
||||
Reference in New Issue
Block a user