mirror of
https://github.com/driftywinds/driftywinds.github.io.git
synced 2025-12-19 19:13:33 +00:00
Truncate long app titles
This commit is contained in:
@@ -256,6 +256,10 @@ body {
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
|
min-width: 0;
|
||||||
|
white-space: nowrap;
|
||||||
|
overflow: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
}
|
}
|
||||||
|
|
||||||
.app-header img {
|
.app-header img {
|
||||||
@@ -281,20 +285,26 @@ body {
|
|||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin-left: 0.65em;
|
margin-left: 0.65em;
|
||||||
|
min-width: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.app-header>.content .text {
|
.app-header>.content .text {
|
||||||
margin-right: 0.5em;
|
margin-right: 0.5em;
|
||||||
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.app-header>.content .text>.title {
|
.app-header>.content .text>.title {
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
|
white-space: nowrap;
|
||||||
|
overflow: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
}
|
}
|
||||||
|
|
||||||
.app-header>.content .text>.subtitle {
|
.app-header>.content .text>.subtitle {
|
||||||
opacity: 0.5;
|
opacity: 0.5;
|
||||||
font-size: 0.85em;
|
font-size: 0.85em;
|
||||||
|
white-space: break-spaces;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* About */
|
/* About */
|
||||||
|
|||||||
Reference in New Issue
Block a user