Skip to content

Commit

Permalink
style fixes for mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
souramoo committed Jun 21, 2020
1 parent ef9579c commit 86f0b4f
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/js/commento.js
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@
if (commenter.provider === "commento") {
append(loggedContainer, profileEditButton);
}
append(loggedContainer, notificationSettingsButton);
// append(loggedContainer, notificationSettingsButton);

This comment has been minimized.

Copy link
@Ben02

Ben02 Jan 17, 2021

#16

prepend(root, loggedContainer);

isAuthenticated = true;
Expand Down
14 changes: 14 additions & 0 deletions frontend/sass/commento-common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,17 @@ blockquote {
.commento-highlight {
animation: yellowfade 2s;
}

@media (max-width: 550px) {
.commento-guest-details-container {
width: 49% !important;
}
.commento-markdown-button {
margin-top: -49px !important;
float: left;
}
}

#commento-pre-comments-area {
clear: both;
}

0 comments on commit 86f0b4f

Please sign in to comment.