mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 15:16:08 +08:00
UX: truncate site text titles in a cleaner way (#18335)
This commit is contained in:
parent
5bd27ec8db
commit
a38e44fd5e
|
@ -56,6 +56,11 @@
|
|||
width: auto;
|
||||
}
|
||||
|
||||
#site-text-logo {
|
||||
margin: 0;
|
||||
@include ellipsis;
|
||||
}
|
||||
|
||||
.d-icon-home {
|
||||
font-size: $font-up-6;
|
||||
}
|
||||
|
|
|
@ -10,7 +10,6 @@
|
|||
}
|
||||
#site-text-logo {
|
||||
font-size: $font-up-3;
|
||||
margin: 0;
|
||||
}
|
||||
.extra-info {
|
||||
&:not(.two-rows) {
|
||||
|
|
|
@ -26,7 +26,6 @@
|
|||
max-width: 100%;
|
||||
}
|
||||
#site-text-logo {
|
||||
margin: 0;
|
||||
font-size: $font-up-1;
|
||||
}
|
||||
.extra-info-wrapper {
|
||||
|
|
Loading…
Reference in New Issue
Block a user