Compare commits
No commits in common. "3ae9cffba8a33da016991e988182376f94fd1624" and "7a0459837521f8be435ec73f475358aa343c80d6" have entirely different histories.
3ae9cffba8
...
7a04598375
4 changed files with 0 additions and 14 deletions
|
@ -11,8 +11,6 @@
|
|||
--button-size: 1rem;
|
||||
--button-weight: 500;
|
||||
--button-text-transform: uppercase;
|
||||
--body-line-height: 1.375;
|
||||
--title-line-height: 1.25;
|
||||
|
||||
@media (min-width: 1024px) {
|
||||
& {
|
||||
|
@ -41,8 +39,6 @@
|
|||
--caption-size: 0.9375rem;
|
||||
--button-size: 1.0625rem;
|
||||
--button-text-transform: none;
|
||||
--body-line-height: 1.425;
|
||||
--title-line-height: 1.3;
|
||||
|
||||
@media (min-width: 1024px) {
|
||||
& {
|
||||
|
@ -152,5 +148,4 @@
|
|||
|
||||
body {
|
||||
font-size: var(--body-size, 1rem);
|
||||
line-height: var(--body-line-height);
|
||||
}
|
|
@ -22,7 +22,6 @@
|
|||
.title {
|
||||
font-size: var(--title-size);
|
||||
font-weight: var(--title-weight);
|
||||
line-height: var(--title-line-height);
|
||||
}
|
||||
|
||||
.subheading {
|
||||
|
|
|
@ -164,7 +164,6 @@ const TootBottomSheet: Component = (props) => {
|
|||
.bottom-dock {
|
||||
position: sticky;
|
||||
bottom: 0;
|
||||
z-index: var(--tutu-zidx-nav);
|
||||
}
|
||||
|
||||
.name :global(img) {
|
||||
|
|
|
@ -137,19 +137,12 @@
|
|||
|
||||
>h1 {
|
||||
color: var(--tutu-color-on-surface);
|
||||
max-height: calc(4 * var(--title-line-height) * var(--title-size));
|
||||
}
|
||||
|
||||
> p {
|
||||
max-height: calc(8 * var(--body-line-height) * var(--body-size));
|
||||
}
|
||||
|
||||
>h1,
|
||||
>p {
|
||||
margin-left: 16px;
|
||||
margin-right: 16px;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
&.compact {
|
||||
|
|
Loading…
Reference in a new issue