14 lines
139 B
CSS
14 lines
139 B
CSS
frontlog {
|
|
position: fixed;
|
|
min-width: 200px;
|
|
bottom: 0;
|
|
right: 0;
|
|
}
|
|
|
|
flogelem {
|
|
display: log;
|
|
}
|
|
|
|
flogelem img {
|
|
width: 25px;
|
|
} |