mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 19:37:55 +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
|
||||
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 {
|
||||
> li > a {
|
||||
font-size: 1em;
|
||||
|
@ -312,7 +306,6 @@ and (max-width : 850px) {
|
|||
}
|
||||
|
||||
.list-controls {
|
||||
padding: 0 5px;
|
||||
|
||||
.btn {
|
||||
font-size: 1em
|
||||
|
|
Loading…
Reference in New Issue
Block a user