Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
yPhil
Pétrolette
Commits
da4cda13
Commit
da4cda13
authored
Aug 08, 2020
by
yPhil
Browse files
CSS: Better scaling of feed control icons in responsive mode, espesialamente in crappy Firefox
parent
15e76dad
Changes
1
Hide whitespace changes
Inline
Side-by-side
public/css/petrolette.css
View file @
da4cda13
...
...
@@ -49,11 +49,11 @@
@media
screen
and
(
max-width
:
700px
)
{
:root
{
--header-height
:
42px
;
--header-height
:
2.2em
;
--controls-width
:
75%
;
--controls-font-size
:
2
9pt
;
--controls-toggle-size
:
42px
;
--controls-toggle-margin
:
-
2px
0
0
-
2px
;
--controls-font-size
:
2
em
;
--controls-toggle-size
:
2em
;
/*
--controls-toggle-margin: -
0.5em
0 0 -
0.5em; */
--panel-flex
:
column
;
--column-buttons-display
:
none
;
...
...
@@ -1051,7 +1051,7 @@ li.feed.selected {
.feed-control
{
cursor
:
pointer
;
font-size
:
var
(
--controls-font-size
);
margin
:
0
0
0
2px
;
/*
margin: 0 0 0 2px;
*/
}
.feed-header
>
.feed-toggle
{
...
...
@@ -1062,7 +1062,7 @@ li.feed.selected {
background-repeat
:
no-repeat
;
/* background-size: var(--controls-toggle-size) var(--controls-toggle-size); */
background-size
:
co
ver
;
background-size
:
co
ntain
;
/* height: var(--controls-toggle-size); */
/* width: var(--controls-toggle-size); */
/* height: var(--controls-toggle-size); */
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment