mirror of
https://gitea.phreedom.club/localhost_frssoft/bloat.git
synced 2025-06-06 11:08:44 +00:00
Fix UI issues
- Increase media preview size - Fix z-index of more-actions poup - Add left and top position for reply hover popup
This commit is contained in:
parent
402c976ec8
commit
ccdb5ef051
2 changed files with 15 additions and 4 deletions
|
@ -30,8 +30,8 @@
|
|||
.status-content img,
|
||||
.status-image,
|
||||
.status-video {
|
||||
max-height: 180px;
|
||||
max-width: 220px;
|
||||
max-height: 240px;
|
||||
max-width: 280px;
|
||||
width: auto;
|
||||
vertical-align: bottom;
|
||||
}
|
||||
|
@ -413,7 +413,7 @@ a:hover,
|
|||
border: 1px solid #aaaaaa;
|
||||
padding: 4px 8px;
|
||||
z-index: 3;
|
||||
margin: 0 8px 0 8px;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
#reply-to-popup {
|
||||
|
@ -422,7 +422,7 @@ a:hover,
|
|||
border: 1px solid #aaaaaa;
|
||||
padding: 4px 8px;
|
||||
z-index: 3;
|
||||
margin: 0 8px 0 8px;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.search-form {
|
||||
|
@ -432,6 +432,7 @@ a:hover,
|
|||
.more-container {
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
.more-content {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue