mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-03-22 04:45:46 -04:00
mobile "new/updated topics" alert was too small
This commit is contained in:
parent
ab91120547
commit
ba9e4b42fe
1 changed files with 9 additions and 0 deletions
|
@ -1,3 +1,12 @@
|
|||
.alert {
|
||||
margin: 15px 0 5px 0;
|
||||
}
|
||||
|
||||
// there are (n) new or updated topics, click to show
|
||||
.topic-list {
|
||||
.alert {
|
||||
margin: 0;
|
||||
padding: 15px;
|
||||
font-size: 120%;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue