summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authoranoy <anoymouserver+github@mailbox.org>2021-01-18 21:26:43 +0100
committeranoy <anoymouserver@users.noreply.github.com>2021-01-18 21:43:25 +0100
commitf102b6b88db3a41ea523bd8e55a7722eb408c159 (patch)
treebfa9707a88185485741a4f63b39f6b464db97695 /css
parent5809e57d4fe35fc64b66956de78503a11736b460 (diff)
remove alternating row colors; increase row height
Signed-off-by: anoy <anoymouserver+github@mailbox.org>
Diffstat (limited to 'css')
-rw-r--r--css/content.css22
1 files changed, 9 insertions, 13 deletions
diff --git a/css/content.css b/css/content.css
index 4307bf5f6..5f3c6be7c 100644
--- a/css/content.css
+++ b/css/content.css
@@ -203,10 +203,6 @@
background-image: linear-gradient(to right, orange 0, orange 2px, transparent 2px);
}
-#app-content .compact li.item:nth-child(odd) div.utils {
- background-color: var(--color-primary-light);
-}
-
#app-content .compact li.item div.utils:hover {
background-color: var(--color-background-hover);
}
@@ -235,16 +231,12 @@
position: sticky;
top: 50px;
background-color: var(--color-main-background);
- min-height: 41px;
+ min-height: 43px;
opacity: 0.9;
}
-#app-content .compact .open .utils {
- padding-top: 15px;
-}
-
#app-content .utils ul {
- height: 40px;
+ height: 43px;
list-style-type: none;
display: flex;
margin: 0;
@@ -268,7 +260,7 @@
}
#app-content .utils li {
- line-height: 40px;
+ line-height: 43px;
vertical-align: middle;
}
@@ -292,7 +284,7 @@
#app-content .utils .external {
padding: 0;
margin: 0;
- height: 40px;
+ height: 43px;
width: 40px;
border: 0;
float: left;
@@ -414,11 +406,15 @@
#app-content .utils .title {
width: 100%;
padding-left: 45px;
- background-position: 10px 10px;
+ background-position: 10px 12px;
background-size: 20px 20px;
background-repeat: no-repeat;
}
+#app-content .compact .utils .title h1 {
+ line-height: 1;
+}
+
#app-content .feed-view .utils .title {
background: none !important;
padding-left: 10px;