mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-31 19:20:25 +00:00
Growl position fixedf
This commit is contained in:
parent
04501af827
commit
b7580a9e5a
1 changed files with 5 additions and 1 deletions
|
|
@ -18,13 +18,17 @@ html,body,p,h1,ul,li,table,tr,th,td
|
|||
padding: 12px 16px
|
||||
white-space: nowrap
|
||||
position:fixed
|
||||
width: 100%;
|
||||
width: 100%
|
||||
|
||||
#head .pull-right{
|
||||
margin-right: 2%
|
||||
margin-left: 1%
|
||||
}
|
||||
|
||||
.bootstrap-growl{
|
||||
position:fixed !important
|
||||
}
|
||||
|
||||
.color-worst pre
|
||||
background-color: rgb(230, 184, 175)
|
||||
.color-worse pre
|
||||
|
|
|
|||
Loading…
Reference in a new issue