add: desktop-background + fix: desktop-layout #7
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "desktop-fixes"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@ -10,2 +10,3 @@
font-size: var(--font-size-xxl);
flex: 1 0 4rem;
min-width: 25%;
flex-shrink: 0;
Also quasi einfach
flex: 1 0 25%
?@Webertoire
das war auch meine erste Idee, hat aber nicht funktioniert. Siehe Screens
@Webertoire wrote in #7 (comment):
True, ich hab gerade getestet und es ist
flex: 0 0 25%
. Damit klappt ey korrekt :D