mirror of https://gitlab.com/bashrc2/epicyon
div class for mobile buttons
parent
7e6c39bad6
commit
626e55b953
|
@ -1309,12 +1309,13 @@ div.container {
|
|||
cursor: pointer;
|
||||
margin: 5px;
|
||||
}
|
||||
.frontPageMobileButtons{
|
||||
display: none;
|
||||
}
|
||||
.buttonMobile {
|
||||
background: transparent;
|
||||
border: none !important;
|
||||
font-size: 0;
|
||||
padding: 0 0;
|
||||
margin: 0 0;
|
||||
}
|
||||
.button {
|
||||
border-radius: var(--button-corner-radius);
|
||||
|
@ -1945,6 +1946,9 @@ div.container {
|
|||
border-left: var(--tab-border-width) solid var(--tab-border-color);
|
||||
border-right: var(--tab-border-width) solid var(--tab-border-color);
|
||||
}
|
||||
.frontPageMobileButtons{
|
||||
display: inline;
|
||||
}
|
||||
.buttonMobile {
|
||||
border-radius: var(--button-corner-radius);
|
||||
background-color: var(--button-background);
|
||||
|
|
|
@ -3408,7 +3408,7 @@ def htmlProfile(cssCache: {}, iconsAsButtons: bool,
|
|||
iconsDir = getIconsDir(baseDir)
|
||||
if not authorized:
|
||||
# the links button to show left column links
|
||||
loginButton = ' <div class="buttonMobile">\n'
|
||||
loginButton = ' <div class="frontPageMobileButtons">\n'
|
||||
loginButton += \
|
||||
' <a href="' + \
|
||||
'/users/news/newswiremobile' + \
|
||||
|
|
Loading…
Reference in New Issue