You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@pekko.apache.org by "jrudolph (via GitHub)" <gi...@apache.org> on 2023/02/28 10:55:40 UTC

[GitHub] [incubator-pekko-sbt-paradox] jrudolph opened a new pull request, #32: make groups work with material plugin

jrudolph opened a new pull request, #32:
URL: https://github.com/apache/incubator-pekko-sbt-paradox/pull/32

   Not quite ideal to have to copy so much stuff from underlying projects but we will likely have to do that anyway for other customizations.
   
   Refs #25, https://github.com/jonas/paradox-material-theme/issues/11


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org
For additional commands, e-mail: notifications-help@pekko.apache.org


[GitHub] [incubator-pekko-sbt-paradox] jrudolph merged pull request #32: make groups work with material plugin

Posted by "jrudolph (via GitHub)" <gi...@apache.org>.
jrudolph merged PR #32:
URL: https://github.com/apache/incubator-pekko-sbt-paradox/pull/32


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org
For additional commands, e-mail: notifications-help@pekko.apache.org


[GitHub] [incubator-pekko-sbt-paradox] mdedetrich commented on a diff in pull request #32: make groups work with material plugin

Posted by "mdedetrich (via GitHub)" <gi...@apache.org>.
mdedetrich commented on code in PR #32:
URL: https://github.com/apache/incubator-pekko-sbt-paradox/pull/32#discussion_r1120218147


##########
theme/src/main/assets/assets/stylesheets/pekko-theme.css:
##########
@@ -0,0 +1,7 @@
+select.supergroup {
+    width: 50%;
+    border: none;
+    font-size: larger;
+    margin: 1rem;
+    padding: 0.5rem;
+}

Review Comment:
   nit: newline



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org
For additional commands, e-mail: notifications-help@pekko.apache.org