Skip to content

Commit

Permalink
Remove border
Browse files Browse the repository at this point in the history
  • Loading branch information
marc-farre committed Jul 22, 2024
1 parent c5be070 commit 8c36884
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
3 changes: 3 additions & 0 deletions resources/css/humhub.mail.css
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,9 @@
.mail-message-form {
width: 100%;
padding: 10px;
box-shadow: none;
border: none;
margin-bottom: 0 !important;
}
.mail-message-form .content-create-input-group {
position: relative;
Expand Down
7 changes: 5 additions & 2 deletions resources/css/humhub.mail.less
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
@screen-md: 991px;

:root {
--hh-mail-offset-top: 0px;
--hh-mail-top-conversation-height: 0px; // Conversation is displayed at the left side of the screen
--hh-mail-offset-top: ~"0px"; // Force keeping `px` after CSS compilation (required for `calc()` function)
--hh-mail-top-conversation-height: ~"0px"; // Conversation is displayed at the left side of the screen
}

@media (max-width: @screen-md) {
Expand Down Expand Up @@ -295,6 +295,9 @@
.mail-message-form {
width: 100%;
padding: 10px;
box-shadow: none;
border: none;
margin-bottom: 0 !important;

.content-create-input-group {
position: relative;
Expand Down
2 changes: 1 addition & 1 deletion resources/css/humhub.mail.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8c36884

Please sign in to comment.