mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
Merge pull request #21518 from overleaf/jel-template-title
[web] Badges inline with last line of title on template page GitOrigin-RevId: cdaa7fd6dbaa2a37f3f60a17be280c3b92dac695
This commit is contained in:
@@ -307,15 +307,21 @@
|
||||
}
|
||||
|
||||
.gallery-item-title {
|
||||
display: inline-flex;
|
||||
gap: var(--spacing-06);
|
||||
* {
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
h1 {
|
||||
display: inline;
|
||||
margin: unset;
|
||||
}
|
||||
|
||||
h1:has(+ .gallery-item-title-badge-container) {
|
||||
margin-right: var(--spacing-06);
|
||||
}
|
||||
|
||||
.gallery-item-title-badge-container {
|
||||
display: flex;
|
||||
display: inline-flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
gap: var(--spacing-04);
|
||||
|
||||
Reference in New Issue
Block a user