mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 09:36:19 -05:00
UX: Mobile specific style for Admin IP Lookup box
This commit is contained in:
parent
7598037080
commit
b2b7342d53
1 changed files with 6 additions and 0 deletions
|
@ -1850,6 +1850,12 @@ table#user-badges {
|
|||
margin: 0;
|
||||
}
|
||||
|
||||
// Mobile specific style for Admin IP Lookup box
|
||||
.mobile-view .admin-contents .ip-lookup .location-box {
|
||||
width: 300px;
|
||||
left: 20px;
|
||||
}
|
||||
|
||||
.cboxcontainer {
|
||||
display: inline-block;
|
||||
padding: 8px;
|
||||
|
|
Loading…
Reference in a new issue