mirror of
https://github.com/karl0ss/ai_image_frame_server.git
synced 2025-06-07 11:15:06 +01:00
updated view on gallery page
This commit is contained in:
parent
d749da148e
commit
b8322e1fd8
@ -100,6 +100,10 @@
|
||||
max-width: 80%;
|
||||
text-align: left;
|
||||
margin-top: 20px;
|
||||
max-height: 25vh;
|
||||
/* NEW: restrict height */
|
||||
overflow-y: auto;
|
||||
/* NEW: allow vertical scroll */
|
||||
}
|
||||
|
||||
/* Back button fixed top right */
|
||||
@ -158,6 +162,10 @@
|
||||
font-size: 14px;
|
||||
max-width: 90%;
|
||||
padding: 8px 16px;
|
||||
max-height: 20vh;
|
||||
/* smaller height for mobile */
|
||||
overflow-y: auto;
|
||||
/* keep scroll on mobile too */
|
||||
}
|
||||
|
||||
.button-link {
|
||||
|
Loading…
x
Reference in New Issue
Block a user