forked from mirror/pixelfed
Update custom sass
This commit is contained in:
parent
9c1dbbe9b1
commit
1e02bb5446
|
@ -33,10 +33,6 @@ body, button, input, textarea {
|
|||
}
|
||||
}
|
||||
|
||||
.dropdown-menu {
|
||||
min-width: 13rem;
|
||||
}
|
||||
|
||||
.text-dark {
|
||||
color: #212529 !important;
|
||||
}
|
||||
|
@ -248,6 +244,7 @@ body, button, input, textarea {
|
|||
|
||||
.status-photo img {
|
||||
object-fit: contain;
|
||||
width: 100%;
|
||||
max-height: calc(100vh - (6rem));
|
||||
}
|
||||
|
||||
|
@ -411,3 +408,18 @@ details summary::-webkit-details-marker {
|
|||
padding-top: 5rem;
|
||||
padding-bottom: 5rem;
|
||||
}
|
||||
|
||||
.timeline-sidenav.nav-pills .nav-link {
|
||||
color: #6c757d;
|
||||
}
|
||||
|
||||
.timeline-sidenav.nav-pills .nav-link:hover {
|
||||
background: rgba(0,0,0,0.04);
|
||||
}
|
||||
|
||||
.timeline-sidenav.nav-pills .nav-link.active,
|
||||
.timeline-sidenav.nav-pills .show > .nav-link {
|
||||
color: #08d;
|
||||
background: transparent;
|
||||
border: 1px solid #08d;
|
||||
}
|
Loading…
Reference in New Issue