mirror of
https://github.com/1j01/textual-paint.git
synced 2025-01-03 20:34:12 +03:00
Clean up gallery styles
This commit is contained in:
parent
220509f33f
commit
d8bc66d610
@ -1,18 +1,15 @@
|
|||||||
GalleryItem {
|
GalleryItem {
|
||||||
layout: vertical;
|
layout: vertical;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
content-align: center middle;
|
|
||||||
align: center middle;
|
align: center middle;
|
||||||
}
|
}
|
||||||
|
|
||||||
.image {
|
.image {
|
||||||
height: auto;
|
|
||||||
width: auto;
|
width: auto;
|
||||||
align: center middle;
|
height: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.caption {
|
.caption {
|
||||||
dock: bottom;
|
dock: bottom;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
# background: blue;
|
|
||||||
# color: yellow;
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user