mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-07 16:37:02 +03:00
Fix Nextcloud table white-space in embed mode
This commit is contained in:
parent
a13c037fd7
commit
d6940aad7e
1 changed files with 5 additions and 2 deletions
|
|
@ -45,16 +45,19 @@ This stylesheet is used when SnappyMail runs in embed mode.
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 3px;
|
padding: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
button.btn:not(.button-vue) {
|
button.btn:not(.button-vue) {
|
||||||
min-height: auto;
|
min-height: auto;
|
||||||
height: auto;
|
height: auto;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 4px 12px;
|
padding: 4px 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#rl-app .form-horizontal .control-group > :not(label)
|
#rl-app .form-horizontal .control-group > :not(label)
|
||||||
{
|
{
|
||||||
margin-left: 20px;
|
margin-left: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#rl-app .LoginView .fontastic + input {
|
#rl-app .LoginView .fontastic + input {
|
||||||
padding-left: 30px;
|
padding-left: 30px;
|
||||||
}
|
}
|
||||||
|
|
@ -81,8 +84,8 @@ button.btn:not(.button-vue) {
|
||||||
background-color: inherit;
|
background-color: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
#appmenu {
|
#rl-app table {
|
||||||
margin: 0;
|
white-space: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media print {
|
@media print {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue