Skip to content

Commit

Permalink
Tidy OLSKLatest
Browse files Browse the repository at this point in the history
  • Loading branch information
rosano committed Dec 19, 2023
1 parent 4432566 commit 50a1c61
Showing 1 changed file with 18 additions and 5 deletions.
23 changes: 18 additions & 5 deletions ui-style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1064,18 +1064,31 @@ a.OLSKDecorPress {
margin: unset;
}

.OLSKLatest a {
border-color: var(--OLSKDecorModuleForeground) !important;
.OLSKLatest hr {
background: var(--OLSKDecorModuleForeground) !important;
height: 0.5;
margin: 8px;
opacity: 0.3;
}

.OLSKLatest dt {
margin-top: 4px;
.OLSKLatestList a {
display: block;
width: 90%;

margin-bottom: 2px;

font-size: 90%;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
text-decoration: none;
}

.OLSKLatest dd {
.OLSKLatestList p {
margin: 0 8px;

font-size: 85%;
opacity: 0.6;
}

/* ROCOStandardView */
Expand Down

0 comments on commit 50a1c61

Please sign in to comment.