mirror of
https://github.com/discourse/discourse.git
synced 2025-02-17 16:12:45 +08:00
Remove padding from media query
This commit is contained in:
parent
c47c5dd0c6
commit
6ca8f14db4
|
@ -298,12 +298,6 @@ button.dismiss-read {
|
||||||
@media all
|
@media all
|
||||||
and (max-width : 850px) {
|
and (max-width : 850px) {
|
||||||
|
|
||||||
// add some left padding to topics otherwise everything is 100% flush
|
|
||||||
// with left edge in portrait tablet, which looks awful
|
|
||||||
#topic-title {
|
|
||||||
padding-left: 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nav-pills {
|
.nav-pills {
|
||||||
> li > a {
|
> li > a {
|
||||||
font-size: 1em;
|
font-size: 1em;
|
||||||
|
@ -312,7 +306,6 @@ and (max-width : 850px) {
|
||||||
}
|
}
|
||||||
|
|
||||||
.list-controls {
|
.list-controls {
|
||||||
padding: 0 5px;
|
|
||||||
|
|
||||||
.btn {
|
.btn {
|
||||||
font-size: 1em
|
font-size: 1em
|
||||||
|
|
Loading…
Reference in New Issue
Block a user