mirror of
https://github.com/coalaura/whiskr.git
synced 2025-12-02 20:22:52 +00:00
fixes to files
This commit is contained in:
@@ -806,13 +806,21 @@ body:not(.loading) #loading {
|
||||
}
|
||||
|
||||
.message .files {
|
||||
background: #181926;
|
||||
padding: 10px 12px;
|
||||
display: grid;
|
||||
grid-template-columns: repeat(4, 1fr);
|
||||
border-radius: 2px;
|
||||
flex-wrap: wrap;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.message.editing .files {
|
||||
background: #181926;
|
||||
padding: 7px 8px;
|
||||
}
|
||||
|
||||
.message .files .file {
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.files .file {
|
||||
position: relative;
|
||||
display: flex;
|
||||
|
||||
Reference in New Issue
Block a user