mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 08:38:54 +01:00
Fix missing gap in filemanager nm header
This commit is contained in:
parent
e7bf61e9f4
commit
611aae7b34
@ -191,4 +191,8 @@ div.editInfoMarker {
|
||||
|
||||
button#filemanager-index_new img {
|
||||
display: none;
|
||||
}
|
||||
div#filemanager-index_filemanager-index-header_right {
|
||||
display: inline-flex;
|
||||
gap: 1ex;
|
||||
}
|
@ -217,6 +217,10 @@ div.editInfoMarker {
|
||||
button#filemanager-index_new img {
|
||||
display: none;
|
||||
}
|
||||
div#filemanager-index_filemanager-index-header_right {
|
||||
display: inline-flex;
|
||||
gap: 1ex;
|
||||
}
|
||||
/*/*****************************************************************
|
||||
// sidebar
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user