Compare commits
2 Commits
style-for-
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 30bb4c6883 | |||
|
|
f70c5c96fd |
1
.discourse-compatibility
Normal file
1
.discourse-compatibility
Normal file
@ -0,0 +1 @@
|
||||
2.8.0.beta3: 7947c0a702bee2df957b0b8baab3b98eb5d91bda
|
||||
@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "Material Design Theme",
|
||||
"name": "Material Design Theme-OSR",
|
||||
"about_url": "https://meta.discourse.org/t/material-design-stock-theme/47142",
|
||||
"license_url": "https://github.com/discourse/material-design-stock-theme/blob/master/LICENSE.txt",
|
||||
"color_schemes": {
|
||||
|
||||
@ -76,3 +76,14 @@ body textarea {
|
||||
.popup-menu .btn {
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
// Personal messages
|
||||
|
||||
.archetype-private_message {
|
||||
.topic-body {
|
||||
box-shadow: none;
|
||||
.cooked {
|
||||
@include boxShadow;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -272,3 +272,14 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Personal messages
|
||||
|
||||
.archetype-private_message {
|
||||
.topic-body {
|
||||
margin-left: -2em;
|
||||
}
|
||||
.small-action {
|
||||
max-width: 758px;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user