mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-01-06 07:40:43 +01:00
really basic mobile support, until we get a slideout menu in
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
@import "./vars";
|
||||
|
||||
@import "./header";
|
||||
@import "./mobile";
|
||||
|
||||
@import "./general/dashboard";
|
||||
@import "./general/navigation";
|
||||
|
||||
19
public/less/admin/mobile.less
Normal file
19
public/less/admin/mobile.less
Normal file
@@ -0,0 +1,19 @@
|
||||
@media (max-width: 1200px) {
|
||||
.header {
|
||||
#user_label {
|
||||
bottom: 125px;
|
||||
}
|
||||
|
||||
#main-page-title {
|
||||
bottom: 45px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 980px) {
|
||||
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user