mirror of
https://github.com/plebbit/seedit.git
synced 2026-04-20 23:28:52 -04:00
fix(comments buttons): add media rule for mobile
This commit is contained in:
@@ -33,4 +33,21 @@
|
||||
background-color: var(--background);
|
||||
border: 1px solid var(--border-primary);
|
||||
border-bottom: 1px solid var(--background);
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
.tabMenu {
|
||||
padding-top: 49px;
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
.tabMenu li a {
|
||||
line-height: 0px;
|
||||
}
|
||||
|
||||
.pageName {
|
||||
padding-top: 47px;
|
||||
position: absolute;
|
||||
margin-left: 80px;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user