v3: various minor visual fixes
All checks were successful
Build and Publish Docker Image / build-and-push (push) Successful in 39s
All checks were successful
Build and Publish Docker Image / build-and-push (push) Successful in 39s
This commit is contained in:
11
src/App.css
11
src/App.css
@@ -1022,6 +1022,13 @@
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
a.global-player-title {
|
||||
color: inherit;
|
||||
text-decoration: none;
|
||||
}
|
||||
a.global-player-title:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
.global-player-body {
|
||||
display: grid;
|
||||
grid-template-rows: 1fr;
|
||||
@@ -4972,8 +4979,10 @@ body.has-fab .page-content {
|
||||
border-radius: 7px;
|
||||
background: transparent;
|
||||
color: var(--color-text);
|
||||
font-size: 0.9rem;
|
||||
font-size: 0.8rem;
|
||||
font-weight: 600;
|
||||
letter-spacing: 0.04em;
|
||||
text-transform: uppercase;
|
||||
white-space: nowrap;
|
||||
cursor: pointer;
|
||||
transition: background 0.12s;
|
||||
|
||||
Reference in New Issue
Block a user