mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-01-23 09:06:23 +01:00
Fix tab bar widths
This commit is contained in:
parent
71f4ee4ce2
commit
624f7930ad
1 changed files with 2 additions and 2 deletions
|
@ -75,7 +75,6 @@
|
|||
display: flex;
|
||||
}
|
||||
#shortcuts .tab-bar li a {
|
||||
padding: 16px 0;
|
||||
display: block;
|
||||
color: var(--text-insignificant-color);
|
||||
font-size: 10px;
|
||||
|
@ -86,7 +85,7 @@
|
|||
padding: 8px;
|
||||
text-decoration: none;
|
||||
text-shadow: 0 var(--hairline-width) var(--bg-color);
|
||||
max-width: max(44px, 20vw);
|
||||
width: 20vw;
|
||||
}
|
||||
#shortcuts .tab-bar li a:active {
|
||||
transform: scale(0.95);
|
||||
|
@ -143,6 +142,7 @@ shortcuts .tab-bar[hidden] {
|
|||
}
|
||||
#shortcuts .tab-bar li a {
|
||||
padding: 0 16px;
|
||||
width: auto;
|
||||
flex-direction: row;
|
||||
font-size: 14px;
|
||||
height: 44px;
|
||||
|
|
Loading…
Reference in a new issue