mirror of
https://github.com/coalaura/whiskr.git
synced 2025-12-02 20:22:52 +00:00
styling fixes
This commit is contained in:
@@ -801,15 +801,15 @@ body:not(.loading) #loading {
|
|||||||
overflow-x: auto;
|
overflow-x: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.files:not(.has-files) {
|
#messages .message:not(.has-files) .files,
|
||||||
|
#attachments.files:not(.has-files) {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.message .files {
|
.message .files {
|
||||||
display: grid;
|
|
||||||
grid-template-columns: repeat(4, 1fr);
|
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
flex-wrap: wrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
.message.editing .files {
|
.message.editing .files {
|
||||||
@@ -819,6 +819,7 @@ body:not(.loading) #loading {
|
|||||||
|
|
||||||
.message .files .file {
|
.message .files .file {
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
|
width: 160px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.files .file {
|
.files .file {
|
||||||
|
|||||||
Reference in New Issue
Block a user