Show full version history within the "view" page
avoid full page loads when navigating version history
This commit is contained in:
parent
44112a3a4b
commit
4328b9e385
9 changed files with 498 additions and 130 deletions
|
@ -61,13 +61,14 @@ header .level .theme-picker {
|
|||
display: inline-flex;
|
||||
}
|
||||
|
||||
#content-title {
|
||||
padding: 0.3rem;
|
||||
}
|
||||
|
||||
#content-title h1 {
|
||||
font-size: 2rem;
|
||||
margin-left: 1rem;
|
||||
margin-bottom: 0;
|
||||
margin-right: 1rem;
|
||||
max-width: 50%;
|
||||
overflow: hidden;
|
||||
padding: 0 0.3rem;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
/******************************
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue