mirror of
https://github.com/arsvendg/Stirling-PDF.git
synced 2026-07-14 10:34:06 +02:00
Policies: centre the collapsed-rail policy button between its dividers (#6646)
This commit is contained in:
@@ -424,6 +424,11 @@
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
gap: var(--space-1);
|
gap: var(--space-1);
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
|
/* The collapsed-rail dividers carry 8px of space below them only, so the
|
||||||
|
divider above gives the row 8px of headroom while the one below (rendered
|
||||||
|
straight after) hugs it. Match that 8px underneath so the row sits centred
|
||||||
|
between the two dividers. */
|
||||||
|
margin-bottom: 8px;
|
||||||
}
|
}
|
||||||
.pol-crail-btn {
|
.pol-crail-btn {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|||||||
Reference in New Issue
Block a user