Preserve QPowerPoint text styling
This commit is contained in:
@@ -428,6 +428,23 @@ button {
|
||||
gap: 6px;
|
||||
}
|
||||
|
||||
.slide-text-controls {
|
||||
display: grid;
|
||||
grid-template-columns: minmax(96px, 1fr) minmax(118px, 1fr);
|
||||
gap: 8px;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.slide-text-controls > span {
|
||||
font-size: 12px;
|
||||
font-weight: 700;
|
||||
color: var(--muted);
|
||||
}
|
||||
|
||||
.slide-text-controls .slide-background-swatches {
|
||||
grid-column: 1 / -1;
|
||||
}
|
||||
|
||||
.fill-swatch {
|
||||
position: relative;
|
||||
width: 24px;
|
||||
|
||||
Reference in New Issue
Block a user