kopia lustrzana https://github.com/cheeaun/phanpy
Stick both edges of columns
rodzic
121d11e20f
commit
6502a1f4b9
11
src/app.css
11
src/app.css
|
@ -2611,6 +2611,17 @@ ul.link-list li a .icon {
|
|||
#columns > .deck-container > .timeline-deck {
|
||||
content-visibility: auto;
|
||||
}
|
||||
#columns > .deck-container {
|
||||
&:first-child:not(:only-child) > .deck {
|
||||
margin-inline-start: auto;
|
||||
margin-inline-end: 0;
|
||||
}
|
||||
|
||||
&:last-child:not(:only-child) > .deck {
|
||||
margin-inline-end: auto;
|
||||
margin-inline-start: 0;
|
||||
}
|
||||
}
|
||||
#columns .header-grid input {
|
||||
pointer-events: none;
|
||||
}
|
||||
|
|
Ładowanie…
Reference in New Issue