mirror of
https://github.com/nextcloud/ocsms.git
synced 2026-08-11 16:32:55 +00:00
CSS: Little mobile fix + contact header alignment
This commit is contained in:
+12
-1
@@ -65,7 +65,7 @@
|
||||
#app-content-header {
|
||||
background-color: #E6E6E6;
|
||||
min-height: 30px;
|
||||
width: 100%;
|
||||
width: 80%;
|
||||
float: left;
|
||||
position: fixed;
|
||||
top: 45px;
|
||||
@@ -73,6 +73,12 @@
|
||||
box-shadow: 0 1px 0 0 #CCC;
|
||||
}
|
||||
|
||||
@media screen and (max-width : 770px) {
|
||||
#app-content-header {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
#ocsms-contact-avatar {
|
||||
background-color: transparent;
|
||||
height: 75px;
|
||||
@@ -85,6 +91,11 @@
|
||||
#ocsms-contact-actions,
|
||||
#ocsms-contact-avatar {
|
||||
display: inline-block;
|
||||
float: left;
|
||||
}
|
||||
|
||||
#ocsms-contact-actions {
|
||||
float: left;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user