mirror of
https://github.com/Frooodle/Stirling-PDF.git
synced 2025-09-08 17:51:20 +02:00
comparing with maing
This commit is contained in:
parent
bceda80df3
commit
ee42145e15
@ -109,3 +109,21 @@
|
|||||||
.add-icon {
|
.add-icon {
|
||||||
color: var(--favourite-add) !important;
|
color: var(--favourite-add) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (max-width: 767.98px) {
|
||||||
|
#scale-wrap {
|
||||||
|
transform: scale(0.8) !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.lead {
|
||||||
|
display: none;
|
||||||
|
|
||||||
|
}
|
||||||
|
.filter-button {
|
||||||
|
transform-origin: center left;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.dropdown-contents {
|
||||||
|
min-width: none m !important;
|
||||||
|
}
|
||||||
|
@ -38,7 +38,7 @@
|
|||||||
<ul class="navbar-nav me-auto flex-nowrap">
|
<ul class="navbar-nav me-auto flex-nowrap">
|
||||||
|
|
||||||
<!-- All Tools -->
|
<!-- All Tools -->
|
||||||
<li id="navItemToHide" class="nav-item dropdown dropdown-mega position-static">
|
<li id="navItemToHide" class="nav-item dropdown">
|
||||||
<a class="nav-link" id="navbarDropdown-1" href="#" role="button" data-bs-toggle="dropdown"
|
<a class="nav-link" id="navbarDropdown-1" href="#" role="button" data-bs-toggle="dropdown"
|
||||||
aria-haspopup="true" aria-expanded="false">
|
aria-haspopup="true" aria-expanded="false">
|
||||||
<span class="material-symbols-rounded">
|
<span class="material-symbols-rounded">
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
<div>
|
<div>
|
||||||
<br>
|
<br>
|
||||||
<div style="justify-content: center; display: flex;">
|
<div style="justify-content: center; display: flex;">
|
||||||
<div style="margin:0 3rem">
|
<div>
|
||||||
<div>
|
<div>
|
||||||
<div
|
<div
|
||||||
style="display:flex; flex-direction: column; justify-content: center; width:100%; margin-bottom:1rem">
|
style="display:flex; flex-direction: column; justify-content: center; width:100%; margin-bottom:1rem">
|
||||||
|
Loading…
Reference in New Issue
Block a user