mirror of
https://github.com/nextcloud/ocsms.git
synced 2026-08-22 13:53:00 +00:00
Fix #app-content-header
This commit is contained in:
+2
-3
@@ -67,10 +67,9 @@
|
|||||||
#app-content-header {
|
#app-content-header {
|
||||||
background-color: #E6E6E6;
|
background-color: #E6E6E6;
|
||||||
min-height: 100px;
|
min-height: 100px;
|
||||||
width: 80%;
|
width: auto;
|
||||||
position: fixed;
|
|
||||||
top: 45px;
|
top: 45px;
|
||||||
padding: 12.5px;
|
padding: 12px;
|
||||||
box-shadow: 0 1px 0 0 #CCC;
|
box-shadow: 0 1px 0 0 #CCC;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|||||||
Reference in New Issue
Block a user