mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-06 06:56:54 +08:00
Merge pull request #1102 from mlorb/ml-sci-2308
Fix screen responsiveness [SCI-2308]
This commit is contained in:
commit
5f93da27f2
1 changed files with 10 additions and 0 deletions
|
@ -271,6 +271,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-default {
|
.btn-default {
|
||||||
|
margin-left: 15px;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
width: 300px;
|
width: 300px;
|
||||||
}
|
}
|
||||||
|
@ -348,6 +349,15 @@
|
||||||
margin-left: 83px;
|
margin-left: 83px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#search-bar {
|
||||||
|
padding-right: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (max-width: 768px) {
|
||||||
|
#search-bar {
|
||||||
|
padding: 10px 30px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
// reset margins on small screens
|
// reset margins on small screens
|
||||||
@media (max-width: 1188px) {
|
@media (max-width: 1188px) {
|
||||||
|
|
Loading…
Reference in a new issue