remove alternating row colors; increase row height

Signed-off-by: anoy <anoymouserver+github@mailbox.org>
This commit is contained in:
anoy 2021-01-18 21:26:43 +01:00 committed by anoy
parent 5809e57d4f
commit f102b6b88d
2 changed files with 10 additions and 13 deletions

View File

@ -7,6 +7,7 @@ The format is almost based on [Keep a Changelog](https://keepachangelog.com/en/1
### Changed
- Use signed integer for pubdate (#997)
- revert alternating row colors and increase row height (#1012)
### Fixed

View File

@ -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;