Toggle menu
Toggle preferences menu
Toggle personal menu
Et ole kirjautunut
Your IP address will be publicly visible if you make any edits.

Ero sivun ”Malline:Työpöytä/styles.css” versioiden välillä

Sarastus Wikistä
Ak: Uusi sivu: →‎Disable dragging the crafting table: .crafting-table { user-select: none; }
 
Ei muokkausyhteenvetoa
 
(2 välissä olevaa versiota samalta käyttäjältä ei näytetä)
Rivi 1: Rivi 1:
/* Disable dragging the crafting table */
/* Disable dragging the crafting table */
.crafting-table {
.crafting-table img {
   user-select: none;
   user-select: none;
  pointer-events: none;
}
.mw-broken-media {
  display: none;
}
}

Nykyinen versio 31. lokakuuta 2023 kello 22.49

/* Disable dragging the crafting table */
.crafting-table img {
  user-select: none;
  pointer-events: none;
}
.mw-broken-media {
  display: none;
}