mirror of
https://github.com/dergigi/boris.git
synced 2026-01-11 02:44:42 +01:00
style: constrain /me page content width to match author card (600px)
This commit is contained in:
@@ -5,6 +5,9 @@
|
||||
margin-top: 1rem;
|
||||
border-bottom: 2px solid var(--border-color, #e0e0e0);
|
||||
overflow-x: auto;
|
||||
max-width: 600px;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
.me-tab {
|
||||
@@ -39,6 +42,9 @@
|
||||
|
||||
.me-tab-content {
|
||||
padding: 1.5rem 0;
|
||||
max-width: 600px;
|
||||
margin: 0 auto;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
/* Bookmarks list */
|
||||
@@ -123,6 +129,7 @@
|
||||
@media (max-width: 768px) {
|
||||
.me-tabs {
|
||||
gap: 0.25rem;
|
||||
padding: 0 1rem;
|
||||
}
|
||||
|
||||
.me-tab {
|
||||
@@ -133,5 +140,9 @@
|
||||
.me-tab svg {
|
||||
font-size: 0.9rem;
|
||||
}
|
||||
|
||||
.me-tab-content {
|
||||
padding: 1.5rem 1rem;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user