mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-10 18:16:46 +01:00
29 lines
489 B
CSS
29 lines
489 B
CSS
.status-deck header h1 {
|
|
grid-column: 1 / 3;
|
|
}
|
|
.status-deck header {
|
|
display: flex;
|
|
align-items: center;
|
|
white-space: nowrap;
|
|
}
|
|
.status-deck header h1 {
|
|
min-width: 0;
|
|
flex-grow: 1;
|
|
text-overflow: ellipsis;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.status-deck header.inview h1 {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.hero-heading {
|
|
font-size: 16px;
|
|
pointer-events: none;
|
|
display: inline-block;
|
|
margin-bottom: 0.25em;
|
|
}
|
|
.hero-heading .insignificant {
|
|
font-weight: normal;
|
|
}
|