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