mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Merge pull request #3612 from techAPJ/patch-1
FEATURE: manage Permalinks
This commit is contained in:
@@ -1199,7 +1199,7 @@ table.api-keys {
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
.staff-actions, .screened-emails, .screened-urls, .screened-ip-addresses {
|
||||
.staff-actions, .screened-emails, .screened-urls, .screened-ip-addresses, .permalinks {
|
||||
|
||||
border-bottom: dotted 1px scale-color($primary, $lightness: 75%);
|
||||
|
||||
@@ -1469,3 +1469,19 @@ table#user-badges {
|
||||
width: 90%;
|
||||
}
|
||||
}
|
||||
|
||||
// Permalinks
|
||||
|
||||
.permalinks {
|
||||
.url, .external_url {
|
||||
width: 300px;
|
||||
}
|
||||
.action, .topic_id, .post_id, .category_id {
|
||||
text-align: center;
|
||||
width: 9.9099%;
|
||||
}
|
||||
}
|
||||
|
||||
.permalink-title {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user