add mastodon timeline
This commit is contained in:
Vendored
+1
File diff suppressed because one or more lines are too long
+24
-7
@@ -187,16 +187,32 @@ img {
|
||||
}
|
||||
|
||||
/* Hero Section */
|
||||
.hero-mastodon-wrapper {
|
||||
display: flex;
|
||||
gap: 20px;
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
|
||||
.hero {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
width: 50%;
|
||||
height: 400px;
|
||||
background-color: #888;
|
||||
margin-bottom: 30px;
|
||||
overflow: hidden;
|
||||
border-radius: 8px;
|
||||
}
|
||||
|
||||
#mt-container {
|
||||
width: 50%;
|
||||
height: 400px;
|
||||
border-radius: 8px;
|
||||
}
|
||||
|
||||
.mt-body {
|
||||
height: 100%;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
.hero-content {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
@@ -572,7 +588,12 @@ img {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.hero {
|
||||
.hero-mastodon-wrapper {
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.hero, #mt-container {
|
||||
width: 100%;
|
||||
height: 300px;
|
||||
}
|
||||
|
||||
@@ -590,10 +611,6 @@ img {
|
||||
font-size: 20px;
|
||||
}
|
||||
|
||||
.hero {
|
||||
height: 250px;
|
||||
}
|
||||
|
||||
.hero-logo {
|
||||
font-size: 36px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user